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
const HcalTopology * topo() const
HcalMCParams(const HcalTopology *topo)
Definition: HcalMCParams.h:14
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::string myname() const override
Definition: HcalMCParams.h:16