CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMReferenceHistogramRootFileSourceHandler.h
Go to the documentation of this file.
1 #ifndef CondTools_DQM_DQMReferenceHistogramRootFileSourceHandler_h
2 #define CondTools_DQM_DQMReferenceHistogramRootFileSourceHandler_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:
18  std::string m_name;
19  std::string m_file;
20  bool m_zip;
21  //cond::Time_t m_since;
22  unsigned long long m_since;
24  };
25 }
26 
27 #endif