CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalGains.h
Go to the documentation of this file.
1 #ifndef HcalGains_h
2 #define HcalGains_h
3 
12 
13 //typedef HcalCondObjectContainer<HcalGain> HcalGains;
14 
15 class HcalGains: public HcalCondObjectContainer<HcalGain>
16 {
17  public:
18 #ifndef HCAL_COND_SUPPRESS_DEFAULT
20 #endif
22 
23  std::string myname() const {return (std::string)"HcalGains";}
24 
25  private:
26 };
27 
28 #endif
HcalGains()
Definition: HcalGains.h:19
std::string myname() const
Definition: HcalGains.h:23
const HcalTopology * topo() const
HcalGains(const HcalTopology *topo)
Definition: HcalGains.h:21