CMS 3D CMS Logo

PixelMaskOverrideBase.h
Go to the documentation of this file.
1 #ifndef PixelMaskOverrideBase_h
2 #define PixelMaskOverrideBase_h
3 
13 
14 namespace pos {
24  public:
26 
27  ~PixelMaskOverrideBase() override;
28 
29  virtual PixelROCMaskBits getMaskBits(int ROCId) = 0;
30 
31  private:
32  };
33 } // namespace pos
34 /* @} */
35 #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)