CMS 3D CMS Logo

HcalMCParams.h
Go to the documentation of this file.
1 #ifndef HcalMCParams_h
2 #define HcalMCParams_h
3 
5 
8 
9 class HcalMCParams : public HcalCondObjectContainer<HcalMCParam> {
10 public:
11 #ifndef HCAL_COND_SUPPRESS_DEFAULT
13 #endif
15 
16  std::string myname() const override { return (std::string) "HcalMCParams"; }
17 
18 private:
20 };
21 #endif
HcalMCParams
Definition: HcalMCParams.h:9
HcalTopology
Definition: HcalTopology.h:26
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalMCParams::myname
std::string myname() const override
Definition: HcalMCParams.h:16
HcalCondObjectContainer
Definition: HcalCondObjectContainer.h:55
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition: HcalCondObjectContainer.h:22
Serializable.h
HcalCondObjectContainer.h
HcalMCParam
Definition: HcalMCParam.h:29
HcalMCParams::HcalMCParams
HcalMCParams(const HcalTopology *topo)
Definition: HcalMCParams.h:14
HcalMCParams::HcalMCParams
HcalMCParams()
Definition: HcalMCParams.h:12
HcalMCParam.h