CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelMaskOverrideBase.h
Go to the documentation of this file.
1 #ifndef PixelMaskOverrideBase_h
2 #define PixelMaskOverrideBase_h
3 
13 
14 namespace pos{
24 
25  public:
26 
28  std::string creator,
29  std::string date);
30 
31  virtual ~PixelMaskOverrideBase();
32 
33  virtual PixelROCMaskBits getMaskBits(int ROCId)=0;
34 
35  private:
36 
37  };
38 }
39 /* @} */
40 #endif
This file contains the base class for "pixel configuration data" management.
std::string description()
This file contains the base class for "pixel configuration data" management.
This class implements..
std::string date()
This is the documentation about PixelMaskOverrideBase...
virtual PixelROCMaskBits getMaskBits(int ROCId)=0
std::string creator()
This class implements..
PixelMaskOverrideBase(std::string description, std::string creator, std::string date)