#include <OuterHitCompatibility.h>
Public Member Functions | |
bool | checkPhi (float phi, float r) const |
bool | operator() (const TrackingRecHit &hit) const |
OuterHitCompatibility (const OuterHitPhiPrediction &phiPrediction, const Algo &rzCompatibility) | |
Private Attributes | |
OuterHitPhiPrediction | thePhiPrediction |
Algo | theRZCompatibility |
test compatibility of RecHit. The phi and r-z are checked in independent way. The phi of a RecHit hit is tested if it is in the range defined by OuterHitPhiPrediction. The r-z checking is done with a help of HitRZCompatibility checker
Definition at line 23 of file OuterHitCompatibility.h.
|
inline |
Definition at line 26 of file OuterHitCompatibility.h.
|
inline |
Definition at line 46 of file OuterHitCompatibility.h.
References phi.
|
inline |
Definition at line 32 of file OuterHitCompatibility.h.
References TrackingRecHit::globalPosition(), and PV3DBase< T, PVType, FrameType >::perp().
|
private |
Definition at line 54 of file OuterHitCompatibility.h.
|
private |
Definition at line 55 of file OuterHitCompatibility.h.