CMS 3D CMS Logo

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