CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunInfoHandler.h
Go to the documentation of this file.
1 #ifndef RUNINFO_HANDLER_H
2 #define RUNINFO_HANDLER_H
3 
4 #include <string>
5 
9 
11  public:
12  void getNewObjects();
13  std::string id() const { return m_name; }
15  RunInfoHandler(const edm::ParameterSet& pset);
16 
17  private:
19  unsigned long long m_since;
20 
21  // for reading from omds
26 };
27 
28 #endif
std::string m_user
unsigned long long m_since
std::string m_connectionString
std::string m_authpath
RunInfoHandler(const edm::ParameterSet &pset)
std::string id() const
std::string m_name
std::string m_pass