CMS 3D CMS Logo

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