CMS 3D CMS Logo

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