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 
11 
14 
15 //typedef HcalCondObjectContainer<HcalLUTCorr> HcalLUTCorrs;
16 
17 class HcalLUTCorrs: public HcalCondObjectContainer<HcalLUTCorr>
18 {
19  public:
20 #ifndef HCAL_COND_SUPPRESS_DEFAULT
22 #endif
24 
25  std::string myname() const {return (std::string)"HcalLUTCorrs";}
26 
27  private:
28 
30 };
31 
32 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:37
HcalLUTCorrs(const HcalTopology *topo)
Definition: HcalLUTCorrs.h:23
std::string myname() const
Definition: HcalLUTCorrs.h:25
const HcalTopology * topo() const