CMS 3D CMS Logo

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