CMS 3D CMS Logo

HcalMCParamsHandler.h
Go to the documentation of this file.
1 #ifndef HcalMCParamsHandler_h
2 #define HcalMCParamsHandler_h
3 
4 // Radek Ofierzynski, 27.02.2008
5 
6 #include <string>
7 #include <iostream>
8 #include <typeinfo>
9 #include <fstream>
10 
13 
18 // user include files
22 
23 class HcalMCParamsHandler : public popcon::PopConSourceHandler<HcalMCParams> {
24 public:
25  void getNewObjects() override;
26  std::string id() const override { return m_name; }
27  ~HcalMCParamsHandler() override;
29 
30  void initObject(HcalMCParams*);
31 
32 private:
33  unsigned int sinceTime;
37 };
38 #endif
std::string id() const override
void initObject(HcalMCParams *)
void getNewObjects() override
HcalMCParams * myDBObject
HcalMCParamsHandler(edm::ParameterSet const &)