CMS 3D CMS Logo

HcalGainWidths.h
Go to the documentation of this file.
1 #ifndef HcalGainWidths_h
2 #define HcalGainWidths_h
3 
11 
14 
15 //typedef HcalCondObjectContainer<HcalGainWidth> HcalGainWidths;
16 
17 class HcalGainWidths : public HcalCondObjectContainer<HcalGainWidth> {
18 public:
19 #ifndef HCAL_COND_SUPPRESS_DEFAULT
21 #endif
23 
24  std::string myname() const override { return (std::string) "HcalGainWidths"; }
25 
26 private:
28 };
29 
30 #endif
HcalTopology
Definition: HcalTopology.h:26
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalGainWidths::HcalGainWidths
HcalGainWidths()
Definition: HcalGainWidths.h:20
HcalCondObjectContainer
Definition: HcalCondObjectContainer.h:55
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HcalGainWidths::HcalGainWidths
HcalGainWidths(const HcalTopology *topo)
Definition: HcalGainWidths.h:22
HcalGainWidths::myname
std::string myname() const override
Definition: HcalGainWidths.h:24
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition: HcalCondObjectContainer.h:22
HcalGainWidths
Definition: HcalGainWidths.h:17
Serializable.h
HcalCondObjectContainer.h
HcalGainWidth.h
HcalGainWidth
Definition: HcalGainWidth.h:15