CMS 3D CMS Logo

HcalQIETypesHandler.h
Go to the documentation of this file.
1 #ifndef HcalQIETypesHandler_h
2 #define HcalQIETypesHandler_h
3 
4 // Walter Alda, 11.10.2015
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  ~HcalQIETypesHandler() override;
32 
33  void initObject(HcalQIETypes*);
34 
35  private:
36  unsigned int sinceTime;
40 
41 };
42 #endif
HcalQIETypesHandler(edm::ParameterSet const &)
void getNewObjects() override
void initObject(HcalQIETypes *)
std::string id() const override
HcalQIETypes * myDBObject