CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalMCParams.h
Go to the documentation of this file.
1 #ifndef HcalMCParams_h
2 #define HcalMCParams_h
3 
4 
6 
9 
10 
11 class HcalMCParams: public HcalCondObjectContainer<HcalMCParam>
12 {
13  public:
14 #ifndef HCAL_COND_SUPPRESS_DEFAULT
16 #endif
18 
19  std::string myname() const {return (std::string)"HcalMCParams";}
20 
21  private:
22 
23 
25 };
26 #endif
std::string myname() const
Definition: HcalMCParams.h:19
HcalMCParams(const HcalTopology *topo)
Definition: HcalMCParams.h:17
#define COND_SERIALIZABLE
Definition: Serializable.h:37
const HcalTopology * topo() const