CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 private:
13  float theR, theZ;
14 };
15 #endif
float z() const
float r() const
PixelRecoPointRZ(float r, float z)