CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HcalFrontEndMapHandler.h
Go to the documentation of this file.
1 #ifndef HcalFrontEndMapHandler_h
2 #define HcalFrontEndMapHandler_h
3 
4 #include <string>
5 #include <iostream>
6 #include <typeinfo>
7 #include <fstream>
8 
11 
15 // user include files
19 
20 class HcalFrontEndMapHandler : public popcon::PopConSourceHandler<HcalFrontEndMap> {
21 public:
22  void getNewObjects() override;
23  std::string id() const override { return m_name; }
24  ~HcalFrontEndMapHandler() override;
26 
28 
29 private:
30  unsigned int sinceTime;
34 };
35 #endif
HcalFrontEndMapHandler(edm::ParameterSet const &)
void initObject(HcalFrontEndMap *)
std::string id() const override