CMS 3D CMS Logo

HcalGainsHandler.h
Go to the documentation of this file.
1 #ifndef HcalGainsHandler_h
2 #define HcalGainsHandler_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() override;
29  std::string id() const override { return m_name;}
30  ~HcalGainsHandler() override;
32 
33  void initObject(HcalGains*);
34 
35  private:
36  unsigned int sinceTime;
40 
41 };
42 #endif
HcalGains * myDBObject
std::string id() const override
void initObject(HcalGains *)
std::string m_name
HcalGainsHandler(edm::ParameterSet const &)
void getNewObjects() override
unsigned int sinceTime
edm::FileInPath fFile
~HcalGainsHandler() override