CMS 3D CMS Logo

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