CMS 3D CMS Logo

HcalTPChannelParametersHandler.h
Go to the documentation of this file.
1 #ifndef CondToolsHcalHcalTPChannelParametersHandler_h
2 #define CondToolsHcalHcalTPChannelParametersHandler_h
3 
4 #include <string>
5 #include <iostream>
6 #include <typeinfo>
7 #include <fstream>
8 
11 
16 // user include files
20 
21 
22 class HcalTPChannelParametersHandler : public popcon::PopConSourceHandler<HcalTPChannelParameters> {
23 
24 public:
25  void getNewObjects() override;
26  std::string id() const override {return m_name;}
29 
31 
32 private:
33  unsigned int sinceTime;
37 
38 };
39 #endif
void initObject(HcalTPChannelParameters *)
HcalTPChannelParametersHandler(edm::ParameterSet const &)