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  private:
19  //cond::Time_t m_since;
20  unsigned long long m_since;
21  // for reading from omds
25  };
26 }
27 
28 #endif
std::string id() const override
DQMSummarySourceHandler(const edm::ParameterSet &pset)