#include <PixelRecoLineRZ.h>
Public Types | |
typedef PixelRecoPointRZ | Point |
Public Member Functions | |
float | cotLine () const |
Point const & | origin () const |
float | rAtZ (float z) const |
SimpleLineRZ () | |
SimpleLineRZ (const Point &aOrigin, float aCotLine) | |
SimpleLineRZ (const Point &aOrigin, const Point &aPoint) | |
float | zAtR (float r) const |
Private Attributes | |
float | theCotLine = 0 |
Point | theOrigin |
Definition at line 63 of file PixelRecoLineRZ.h.
typedef PixelRecoPointRZ SimpleLineRZ::Point |
Definition at line 65 of file PixelRecoLineRZ.h.
|
inline |
Definition at line 67 of file PixelRecoLineRZ.h.
|
inline |
Definition at line 69 of file PixelRecoLineRZ.h.
Definition at line 71 of file PixelRecoLineRZ.h.
|
inline |
Definition at line 74 of file PixelRecoLineRZ.h.
References theCotLine.
Referenced by GlobalTrackingRegion::checkRZ(), RectangularEtaPhiTrackingRegion::checkRZOld(), and HitEtaCheck::operator()().
|
inline |
|
inline |
Definition at line 78 of file PixelRecoLineRZ.h.
References PixelRecoPointRZ::r(), theCotLine, theOrigin, z, and PixelRecoPointRZ::z().
Referenced by HitRCheck::range().
|
inline |
Definition at line 77 of file PixelRecoLineRZ.h.
References PixelRecoPointRZ::r(), alignCSCRings::r, theCotLine, theOrigin, and PixelRecoPointRZ::z().
Referenced by HitZCheck::range().
|
private |
Definition at line 82 of file PixelRecoLineRZ.h.