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
19 #ifndef HCAL_COND_SUPPRESS_DEFAULT
21 #endif
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  std::string const myname() {return (std::string)"HcalPedestalWidths";}
31 
32  private:
33  bool unitIsADC;
34 
35 };
36 
37 #endif
HcalPedestalWidths(const HcalTopology *topo, bool isADC)
std::string const myname()
void setUnitADC(bool isADC)
volatile std::atomic< bool > shutdown_flag false
HcalPedestalWidths(const HcalTopology *topo)
const HcalTopology * topo() const