CMS 3D CMS Logo

CastorChannelQualityHandler.h
Go to the documentation of this file.
1 #ifndef CastorChannelQualityHandler_h
2 #define CastorChannelQualityHandler_h
3 
4 // Radek Ofierzynski, 27.02.2008
5 // Adapter 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 class CastorChannelQualityHandler : public popcon::PopConSourceHandler<CastorChannelQuality> {
25 public:
26  void getNewObjects() override;
27  std::string id() const override { return m_name; }
30 
32 
33 private:
34  unsigned int sinceTime;
38 };
39 #endif
std::string id() const override
CastorChannelQualityHandler(edm::ParameterSet const &)
void initObject(CastorChannelQuality *)