CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunSummaryHandler.h
Go to the documentation of this file.
1 #ifndef RUNSUMMARY_HANDLER_H
2 #define RUNSUMMARY_HANDLER_H
3 
4 #include <string>
5 
9 
11  public:
12  void getNewObjects();
13  std::string id() const { return m_name;}
16  private:
18  unsigned long long m_since;
19 
20  // for reading from omds
21 
23 
29  int m_port;
30 };
31 
32 #endif
std::string m_connectionString
std::string m_authpath
std::string id() const
unsigned long long m_since
RunSummaryHandler(const edm::ParameterSet &pset)