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 
18 // user include files
22 
23 class HcalQIEDataHandler : public popcon::PopConSourceHandler<HcalQIEData> {
24 public:
25  void getNewObjects() override;
26  std::string id() const override { return m_name; }
27  ~HcalQIEDataHandler() override;
29 
30  void initObject(HcalQIEData*);
31 
32 private:
33  unsigned int sinceTime;
37 };
38 #endif
HcalQIEData * myDBObject
edm::FileInPath fFile
void initObject(HcalQIEData *)
HcalQIEDataHandler(edm::ParameterSet const &)
~HcalQIEDataHandler() override
std::string id() const override
void getNewObjects() override