CMS 3D CMS Logo

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() override;
13  std::string id() const override { return m_name; }
14  ~RunInfoHandler() override;
16 
17 private:
18  unsigned long long m_since;
20 
21  // for reading from omds
26 };
27 
28 #endif
unsigned long long m_since
std::string m_connectionString
void getNewObjects() override
std::string id() const override
edm::ParameterSet m_connectionPset
RunInfoHandler(const edm::ParameterSet &pset)
std::string m_name
~RunInfoHandler() override
std::string m_dcsenv_schema
std::string m_runinfo_schema