CMS 3D CMS Logo

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