CMS 3D CMS Logo

HcalDcsMapHandler.h
Go to the documentation of this file.
1 #ifndef HcalDcsMapHandler_h
2 #define HcalDcsMapHandler_h
3 
4 // Gena Kukartsev, February 5, 2010
5 
6 #include <string>
7 #include <iostream>
8 #include <typeinfo>
9 #include <fstream>
10 
13 
17 // user include files
21 
22 class HcalDcsMapHandler : public popcon::PopConSourceHandler<HcalDcsMap> {
23 public:
24  void getNewObjects() override;
25  std::string id() const override { return m_name; }
26  ~HcalDcsMapHandler() override;
28 
29  void initObject(HcalDcsMap*);
30 
31 private:
32  unsigned int sinceTime;
36 };
37 #endif
void initObject(HcalDcsMap *)
~HcalDcsMapHandler() override
void getNewObjects() override
std::string id() const override
unsigned int sinceTime
edm::FileInPath fFile
HcalDcsMap * myDBObject
HcalDcsMapHandler(edm::ParameterSet const &)