#include <HitZCheck.h>
Public Types | |
typedef TkTrackingRegionsMargin< float > | Margin |
Public Types inherited from HitRZCompatibility | |
enum | Algo { zAlgo = 0, rAlgo = 1, etaAlgo = 2 } |
typedef PixelRecoRange< float > | Range |
Public Member Functions | |
HitZCheck * | clone () const override |
HitZCheck () | |
HitZCheck (const HitRZConstraint &rz, Margin margin=Margin(0, 0)) | |
bool | operator() (const float &r, const float &z) const override |
Range | range (const float &radius) const override |
void | setTolerance (const Margin &tolerance) |
Public Member Functions inherited from HitRZCompatibility | |
Algo | algo () const |
HitRZCompatibility (Algo a) | |
virtual | ~HitRZCompatibility () |
Static Public Attributes | |
static constexpr Algo | me = zAlgo |
Private Attributes | |
HitRZConstraint | theRZ |
Margin | theTolerance |
Additional Inherited Members | |
Public Attributes inherited from HitRZCompatibility | |
Algo | m_algo |
provides allowed range of Z coordinate from HitRZConstraint at a given radius R
Definition at line 10 of file HitZCheck.h.
typedef TkTrackingRegionsMargin<float> HitZCheck::Margin |
Definition at line 14 of file HitZCheck.h.
|
inline |
|
inline |
Definition at line 17 of file HitZCheck.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements HitRZCompatibility.
Definition at line 20 of file HitZCheck.h.
References PixelRecoRange< T >::inside(), alignCSCRings::r, range(), and z.
|
inlineoverridevirtual |
Implements HitRZCompatibility.
Definition at line 33 of file HitZCheck.h.
References TkTrackingRegionsMargin< T >::left(), HitRZConstraint::lineLeft(), HitRZConstraint::lineRight(), CosmicsPD_Skims::radius, TkTrackingRegionsMargin< T >::right(), theRZ, theTolerance, and SimpleLineRZ::zAtR().
Referenced by RectangularEtaPhiTrackingRegion::estimator(), operator()(), and HitEtaCheck::range().
|
inline |
Definition at line 26 of file HitZCheck.h.
References theTolerance, and tolerance.
Referenced by RectangularEtaPhiTrackingRegion::estimator().
Definition at line 12 of file HitZCheck.h.
|
private |
Definition at line 29 of file HitZCheck.h.
Referenced by range().
|
private |
Definition at line 30 of file HitZCheck.h.
Referenced by range(), and setTolerance().