CMS 3D CMS Logo

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