CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRecoParamsHandler.h
Go to the documentation of this file.
1 #ifndef HcalRecoParamsHandler_h
2 #define HcalRecoParamsHandler_h
3 
4 // Radek Ofierzynski, 27.02.2008
5 
6 
7 #include <string>
8 #include <iostream>
9 #include <typeinfo>
10 #include <fstream>
11 
14 
19 // user include files
23 
24 
25 class HcalRecoParamsHandler : public popcon::PopConSourceHandler<HcalRecoParams>
26 {
27  public:
28  void getNewObjects();
29  std::string id() const { return m_name;}
32 
34 
35  private:
36  unsigned int sinceTime;
40 
41 };
42 #endif
std::string id() const
HcalRecoParamsHandler(edm::ParameterSet const &)
void initObject(HcalRecoParams *)