CMS 3D CMS Logo

HcalPedestalsHandler.h
Go to the documentation of this file.
1 #ifndef HcalPedestalsHandler_h
2 #define HcalPedestalsHandler_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 HcalPedestalsHandler : public popcon::PopConSourceHandler<HcalPedestals> {
23 public:
24  void getNewObjects() override;
25  std::string id() const override { return m_name; }
26  ~HcalPedestalsHandler() override;
28 
30 
31 private:
32  unsigned int sinceTime;
36 };
37 #endif
std::string id() const override
HcalPedestalsHandler(edm::ParameterSet const &)
HcalPedestals * myDBObject
void initObject(HcalPedestals *)
void getNewObjects() override