CMS 3D CMS Logo

PixelRecoPointRZ.h

Go to the documentation of this file.
00001 #ifndef PixelRecoPointRZ_H
00002 #define PixelRecoPointRZ_H
00003 
00006 class PixelRecoPointRZ {
00007 public:
00008   PixelRecoPointRZ() { }
00009   PixelRecoPointRZ(float r,float z) : theR(r), theZ(z) { }
00010   const float & r() const { return theR; }
00011   const float & z() const { return theZ; }
00012 private:
00013   float theR, theZ;
00014 };
00015 #endif

Generated on Tue Jun 9 17:45:51 2009 for CMSSW by  doxygen 1.5.4