#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 22 of file OuterHitCompatibility.h.
|
inline |
Definition at line 25 of file OuterHitCompatibility.h.
|
inline |
Definition at line 45 of file OuterHitCompatibility.h.
References phi, and Geom::phiLess().
|
inline |
Definition at line 31 of file OuterHitCompatibility.h.
References TrackingRecHit::globalPosition(), and PV3DBase< T, PVType, FrameType >::perp().
|
private |
Definition at line 52 of file OuterHitCompatibility.h.
|
private |
Definition at line 53 of file OuterHitCompatibility.h.