CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRespCorrs.h
Go to the documentation of this file.
1 #ifndef HcalRespCorrs_h
2 #define HcalRespCorrs_h
3 
4 /*
5 \class HcalRespCorrs
6 \author Radek Ofierzynski
7 POOL object to store Hcal Response Corrections
8 */
9 
11 
14 
15 //typedef HcalCondObjectContainer<HcalRespCorr> HcalRespCorrs;
16 
17 class HcalRespCorrs: public HcalCondObjectContainer<HcalRespCorr>
18 {
19  public:
20 #ifndef HCAL_COND_SUPPRESS_DEFAULT
22 #endif
24 
25  std::string myname() const {return (std::string)"HcalRespCorrs";}
26 
27  private:
28 
30 };
31 
32 #endif
HcalRespCorrs(const HcalTopology *topo)
Definition: HcalRespCorrs.h:23
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::string myname() const
Definition: HcalRespCorrs.h:25
const HcalTopology * topo() const