1 #ifndef RecoTracker_TkTrackingRegions_OuterHitCompatibility_H
2 #define RecoTracker_TkTrackingRegions_OuterHitCompatibility_H
26 : thePhiPrediction(phiPrediction)
27 { theRZCompatibility = rzCompatibility.
clone(); }
30 : thePhiPrediction(ohc.thePhiPrediction)
34 {
delete theRZCompatibility; }
42 bool phiOK = less(hitPhiRange.
min(),
phi) && less(phi,hitPhiRange.
max());
OuterHitCompatibility(const OuterHitPhiPrediction &phiPrediction, const HitRZCompatibility &rzCompatibility)
OuterHitCompatibility * clone() const
OuterHitCompatibility(const OuterHitCompatibility &ohc)
OuterHitPhiPrediction thePhiPrediction
const HitRZCompatibility * theRZCompatibility
virtual HitRZCompatibility * clone() const =0
bool checkPhi(float phi, float r) const