CMS 3D CMS Logo

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 public:
20  //constructor definition: has to contain
23 
24  // are the units ADC ? (true=ADC, false=fC)
25  bool isADC() const { return unitIsADC; }
26  // set unit boolean
27  void setUnitADC(bool isADC) { unitIsADC = isADC; }
28 
29 private:
30  bool unitIsADC;
31 
33 };
34 
35 #endif
bool isADC() const
CastorPedestals(bool isADC)
void setUnitADC(bool isADC)
#define COND_SERIALIZABLE
Definition: Serializable.h:39