CMS 3D CMS Logo

PixelRecoPointRZ.h
Go to the documentation of this file.
1 #ifndef PixelRecoPointRZ_H
2 #define PixelRecoPointRZ_H
3 
7 public:
9  PixelRecoPointRZ(float r, float z) : theR(r), theZ(z) {}
10  float r() const { return theR; }
11  float z() const { return theZ; }
12 
13 private:
14  float theR, theZ;
15 };
16 #endif
PixelRecoPointRZ::theZ
float theZ
Definition: PixelRecoPointRZ.h:14
PixelRecoPointRZ::r
float r() const
Definition: PixelRecoPointRZ.h:10
PixelRecoPointRZ::theR
float theR
Definition: PixelRecoPointRZ.h:14
PixelRecoPointRZ::z
float z() const
Definition: PixelRecoPointRZ.h:11
PixelRecoPointRZ::PixelRecoPointRZ
PixelRecoPointRZ(float r, float z)
Definition: PixelRecoPointRZ.h:9
PixelRecoPointRZ::PixelRecoPointRZ
PixelRecoPointRZ()
Definition: PixelRecoPointRZ.h:8
PixelRecoPointRZ
Definition: PixelRecoPointRZ.h:6