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