CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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();
15  std::string id() const;
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)