CMS 3D CMS Logo

CastorGainWidthsHandler.h
Go to the documentation of this file.
1 #ifndef CastorGainWidthsHandler_h
2 #define CastorGainWidthsHandler_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 
18 // user include files
22 
23 class CastorGainWidthsHandler : public popcon::PopConSourceHandler<CastorGainWidths> {
24 public:
25  void getNewObjects() override;
26  std::string id() const override { return m_name; }
27  ~CastorGainWidthsHandler() override;
29 
31 
32 private:
33  unsigned int sinceTime;
37 };
38 #endif
CastorGainWidthsHandler(edm::ParameterSet const &)
void initObject(CastorGainWidths *)
std::string id() const override