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 
7 
8 
9 class HcalMCParams: public HcalCondObjectContainer<HcalMCParam>
10 {
11  public:
13 
14  std::string myname() const {return (std::string)"HcalMCParams";}
15 
16  private:
17 
18 };
19 #endif
std::string myname() const
Definition: HcalMCParams.h:14