CMS 3D CMS Logo

PixelMaskOverride.h

Go to the documentation of this file.
00001 #ifndef PixelMaskOverride_h
00002 #define PixelMaskOverride_h
00003 
00011 #include <string>
00012 #include "PixelROCMaskBits.h"
00013 
00014 namespace pos{
00023   class PixelMaskOverride: public PixelMaskOverrideBase {
00024 
00025   public:
00026 
00027     PixelMaskOverride(std::string filename);
00028 
00029     PixelROCMaskBits getMaskBits(int ROCId );
00030 
00031   private:
00032 
00033     //need to store the input here....
00034 
00035   };
00036 }
00037 /* @} */
00038 #endif

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