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 
10 class RunSummaryHandler : public popcon::PopConSourceHandler<RunSummary> {
11 public:
12  void getNewObjects() override;
13  std::string id() const override { return m_name; }
14  ~RunSummaryHandler() override;
16 
17 private:
19  unsigned long long m_since;
20 
21  // for reading from omds
22 
24 
30  int m_port;
31 };
32 
33 #endif
std::string m_connectionString
std::string m_authpath
void getNewObjects() override
unsigned long long m_since
~RunSummaryHandler() override
std::string id() const override
RunSummaryHandler(const edm::ParameterSet &pset)