CMS 3D CMS Logo

LHCInfoPopConSourceHandler.h
Go to the documentation of this file.
1 #ifndef LHCINFOPOPCONSOURCEHANDLER_H
2 #define LHCINFOPOPCONSOURCEHANDLER_H
3 
4 #include <string>
5 
9 
11  public:
13  ~LHCInfoPopConSourceHandler() override;
14  void getNewObjects() override;
15  std::string id() const override;
16 
17  private:
18  bool m_debug;
19  unsigned short m_firstFill, m_lastFill;
21  //for reading from relational database source
23  };
24 
25 #endif
std::string id() const override
LHCInfoPopConSourceHandler(const edm::ParameterSet &pset)