CMS 3D CMS Logo

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 
18 // user include files
22 
23 class CastorPedestalWidthsHandler : public popcon::PopConSourceHandler<CastorPedestalWidths> {
24 public:
25  void getNewObjects() override;
26  std::string id() const override { return m_name; }
29 
31 
32 private:
33  unsigned int sinceTime;
37 };
38 #endif
std::string id() const override
CastorPedestalWidthsHandler(edm::ParameterSet const &)
void initObject(CastorPedestalWidths *)