#include <RecoTracker/TkMSParametrization/interface/PixelRecoPointRZ.h>
Public Member Functions | |
PixelRecoPointRZ (float r, float z) | |
PixelRecoPointRZ () | |
const float & | r () const |
const float & | z () const |
Private Attributes | |
float | theR |
float | theZ |
Definition at line 6 of file PixelRecoPointRZ.h.
PixelRecoPointRZ::PixelRecoPointRZ | ( | ) | [inline] |
PixelRecoPointRZ::PixelRecoPointRZ | ( | float | r, | |
float | z | |||
) | [inline] |
const float& PixelRecoPointRZ::r | ( | ) | const [inline] |
Definition at line 10 of file PixelRecoPointRZ.h.
References theR.
Referenced by MSLayer::distance(), MultipleScatteringParametrisation::operator()(), MultipleScatteringGeometry::otherLayers(), PixelRecoLineRZ::rAtZ(), MSLayersAtAngle::sumX0D(), and PixelRecoLineRZ::zAtR().
00010 { return theR; }
const float& PixelRecoPointRZ::z | ( | void | ) | const [inline] |
Definition at line 11 of file PixelRecoPointRZ.h.
References theZ.
Referenced by RectangularEtaPhiTrackingRegion::checkRZ(), MSLayer::distance(), MultipleScatteringGeometry::otherLayers(), PixelRecoLineRZ::rAtZ(), and PixelRecoLineRZ::zAtR().
00011 { return theZ; }
float PixelRecoPointRZ::theR [private] |
float PixelRecoPointRZ::theZ [private] |