#include <PixelRecoPointRZ.h>
Public Member Functions | |
PixelRecoPointRZ () | |
PixelRecoPointRZ (float r, float z) | |
float | r () const |
float | z () const |
Private Attributes | |
float | theR |
float | theZ |
Utility to group two floats into r-z coordinates
Definition at line 6 of file PixelRecoPointRZ.h.
|
inline |
Definition at line 8 of file PixelRecoPointRZ.h.
|
inline |
Definition at line 9 of file PixelRecoPointRZ.h.
|
inline |
Definition at line 10 of file PixelRecoPointRZ.h.
References theR.
Referenced by MSLayer::distance2(), MultipleScatteringParametrisation::operator()(), PixelRecoLineRZ::origin(), MultipleScatteringGeometry::otherLayers(), PixelRecoLineRZ::rAtZ(), SimpleLineRZ::rAtZ(), MSLayersAtAngle::sumX0D(), PixelRecoLineRZ::zAtR(), and SimpleLineRZ::zAtR().
|
inline |
Definition at line 11 of file PixelRecoPointRZ.h.
References theZ.
Referenced by MSLayer::distance2(), MultipleScatteringParametrisation::operator()(), PixelRecoLineRZ::origin(), MultipleScatteringGeometry::otherLayers(), geometryXMLparser.Alignable::pos(), PixelRecoLineRZ::rAtZ(), SimpleLineRZ::rAtZ(), MSLayersAtAngle::sumX0D(), PixelRecoLineRZ::zAtR(), and SimpleLineRZ::zAtR().
|
private |
Definition at line 13 of file PixelRecoPointRZ.h.
Referenced by r().
|
private |
Definition at line 13 of file PixelRecoPointRZ.h.
Referenced by z().