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 
12 
13 //typedef HcalCondObjectContainer<HcalTimeCorr> HcalTimeCorrs;
14 
15 class HcalTimeCorrs: public HcalCondObjectContainer<HcalTimeCorr>
16 {
17  public:
19 
20  std::string myname() const {return (std::string)"HcalTimeCorrs";}
21 
22  private:
23 };
24 
25 #endif
std::string myname() const
Definition: HcalTimeCorrs.h:20