CMS 3D CMS Logo

FillInfoPopConSourceHandler.h
Go to the documentation of this file.
1 #ifndef FILLINFOPOPCONSOURCEHANDLER_H
2 #define FILLINFOPOPCONSOURCEHANDLER_H
3 
4 #include <string>
5 
9 
11 public:
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
FillInfoPopConSourceHandler(const edm::ParameterSet &pset)