CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CalibFormats/SiPixelObjects/interface/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