#include <HitRCheck.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 | |
virtual HitRCheck * | clone () const |
HitRCheck () | |
virtual bool | operator() (const float &r, const float &z) const |
Range | range (const float &z) const |
void | setTolerance (const Margin &tolerance) |
theRZ (rz) | |
theTolerance (margin) | |
Public Member Functions inherited from HitRZCompatibility | |
Algo | algo () const |
HitRZCompatibility (Algo a) | |
virtual | ~HitRZCompatibility () |
Public Attributes | |
__pad0__: HitRZCompatibility(me) | |
Public Attributes inherited from HitRZCompatibility | |
Algo | m_algo |
Static Public Attributes | |
static Algo | me =rAlgo |
Private Attributes | |
HitRZConstraint | theRZ |
Margin | theTolerance |
provides allowed range of radius R from HitRZConstraint at a given Z coordinate
Definition at line 10 of file HitRCheck.h.
typedef TkTrackingRegionsMargin<float> HitRCheck::Margin |
Definition at line 14 of file HitRCheck.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements HitRZCompatibility.
Definition at line 20 of file HitRCheck.h.
References PixelRecoRange< T >::inside(), and range().
|
inlinevirtual |
Implements HitRZCompatibility.
Definition at line 36 of file HitRCheck.h.
References constexpr, TkTrackingRegionsMargin< T >::left(), HitRZConstraint::lineLeft(), HitRZConstraint::lineRight(), SimpleLineRZ::rAtZ(), TkTrackingRegionsMargin< T >::right(), theRZ, and theTolerance.
Referenced by operator()(), and HitEtaCheck::range().
|
inline |
HitRCheck::theRZ | ( | rz | ) |
|
inline |
Definition at line 18 of file HitRCheck.h.
HitRCheck::__pad0__ |
Definition at line 18 of file HitRCheck.h.
Definition at line 12 of file HitRCheck.h.
|
private |
Definition at line 30 of file HitRCheck.h.
Referenced by range().
|
private |
Definition at line 31 of file HitRCheck.h.
Referenced by range(), and setTolerance().