CMS 3D CMS Logo

CastorGainsHandler.h
Go to the documentation of this file.
1 #ifndef CastorGainsHandler_h
2 #define CastorGainsHandler_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 CastorGainsHandler : public popcon::PopConSourceHandler<CastorGains> {
24 public:
25  void getNewObjects() override;
26  std::string id() const override { return m_name; }
27  ~CastorGainsHandler() override;
29 
30  void initObject(CastorGains*);
31 
32 private:
33  unsigned int sinceTime;
37 };
38 #endif
std::string id() const override
edm::FileInPath fFile
CastorGains * myDBObject
void initObject(CastorGains *)
CastorGainsHandler(edm::ParameterSet const &)
void getNewObjects() override
~CastorGainsHandler() override