CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalLUTCorrs.h
Go to the documentation of this file.
1 #ifndef HcalLUTCorrs_h
2 #define HcalLUTCorrs_h
3 
4 /*
5 \class HcalLUTCorrs
6 \author Radek Ofierzynski
7 POOL object to store LUT Corrections
8 */
9 
12 
13 //typedef HcalCondObjectContainer<HcalLUTCorr> HcalLUTCorrs;
14 
15 class HcalLUTCorrs: public HcalCondObjectContainer<HcalLUTCorr>
16 {
17  public:
19 
20  std::string myname() const {return (std::string)"HcalLUTCorrs";}
21 
22  private:
23 };
24 
25 #endif
std::string myname() const
Definition: HcalLUTCorrs.h:20