CMS 3D CMS Logo

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() override;
13  std::string id() const override { return m_name;}
14  ~RunSummaryHandler() override;
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
void getNewObjects() override
std::string id() const override
unsigned long long m_since
~RunSummaryHandler() override
RunSummaryHandler(const edm::ParameterSet &pset)