CMS 3D CMS Logo

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