CMS 3D CMS Logo

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