CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalLUTCorrsHandler.h
Go to the documentation of this file.
1 #ifndef HcalLUTCorrsHandler_h
2 #define HcalLUTCorrsHandler_h
3 
4 // Radek Ofierzynski, 27.02.2008
5 
6 
7 #include <string>
8 #include <iostream>
9 #include <typeinfo>
10 #include <fstream>
11 
14 
19 // user include files
23 
24 
26 {
27  public:
28  void getNewObjects();
29  std::string id() const { return m_name;}
32 
33  void initObject(HcalLUTCorrs*);
34 
35  private:
36  unsigned int sinceTime;
39  std::string m_name;
40 
41 };
42 #endif
HcalLUTCorrs * myDBObject
HcalLUTCorrsHandler(edm::ParameterSet const &)
void initObject(HcalLUTCorrs *)
std::string id() const