CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorPedestalWidths.h
Go to the documentation of this file.
1 #ifndef CastorPedestalWidths_h
2 #define CastorPedestalWidths_h
3 
13 
14 //typedef CastorCondObjectContainer<CastorPedestalWidth> CastorPedestalWidths;
15 
16 class CastorPedestalWidths: public CastorCondObjectContainer<CastorPedestalWidth>
17 {
18  public:
19  //constructor definition: has to contain
22 
23  // are the units ADC ? (true=ADC, false=fC)
24  bool isADC() const {return unitIsADC;}
25  // set unit boolean
26  void setUnitADC(bool isADC) {unitIsADC = isADC;}
27 
28  std::string const myname() {return (std::string)"CastorPedestalWidths";}
29 
30  private:
31  bool unitIsADC;
32 
33 };
34 
35 #endif
void setUnitADC(bool isADC)
volatile std::atomic< bool > shutdown_flag false
std::string const myname()