CMS 3D CMS Logo

DQMSummarySourceHandler.h
Go to the documentation of this file.
1 #ifndef CondTools_DQM_DQMSummarySourceHandler_h
2 #define CondTools_DQM_DQMSummarySourceHandler_h
3 
6 //#include "CondFormats/Common/interface/Time.h"
8 #include <string>
9 
10 namespace popcon {
12  public:
14  ~DQMSummarySourceHandler() override;
15  void getNewObjects() override;
16  std::string id() const override;
17 
18  private:
20  //cond::Time_t m_since;
21  unsigned long long m_since;
22  // for reading from omds
26  };
27 } // namespace popcon
28 
29 #endif
DQMSummarySourceHandler(const edm::ParameterSet &pset)
std::string id() const override