CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
15  void getNewObjects();
16  std::string id() const;
17  private:
19  //cond::Time_t m_since;
20  unsigned long long m_since;
21  // for reading from omds
25  };
26 }
27 
28 #endif
DQMSummarySourceHandler(const edm::ParameterSet &pset)