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
float r() const
PixelRecoPointRZ(float r, float z)
float z() const