CMS 3D CMS Logo

PixelCalibBase.h

Go to the documentation of this file.
00001 #ifndef PixelCalibBase_h
00002 #define PixelCalibBase_h
00003 
00009 #include <string>
00010 
00011 
00012 namespace pos{
00022   class PixelCalibBase {
00023 
00024   public:
00025 
00026     PixelCalibBase();
00027     virtual ~PixelCalibBase();
00028     virtual std::string mode() const {return mode_;}
00029 
00030   protected:
00031 
00032     std::string mode_;
00033 
00034   };
00035 }
00036 /* @} */
00037 
00038 #endif

Generated on Tue Jun 9 17:25:23 2009 for CMSSW by  doxygen 1.5.4