CMS 3D CMS Logo

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