test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorPedestals.h
Go to the documentation of this file.
1 #ifndef CastorPedestals_h
2 #define CastorPedestals_h
3 
12 
15 
16 //typedef CastorCondObjectContainer<CastorPedestal> CastorPedestals;
17 
18 class CastorPedestals: public CastorCondObjectContainer<CastorPedestal>
19 {
20  public:
21  //constructor definition: has to contain
24 
25  // are the units ADC ? (true=ADC, false=fC)
26  bool isADC() const {return unitIsADC;}
27  // set unit boolean
28  void setUnitADC(bool isADC) {unitIsADC = isADC;}
29 
30  private:
31  bool unitIsADC;
32 
33 
35 };
36 
37 #endif
CastorPedestals(bool isADC)
void setUnitADC(bool isADC)
bool isADC() const
#define COND_SERIALIZABLE
Definition: Serializable.h:38
volatile std::atomic< bool > shutdown_flag false