CMS 3D CMS Logo

RecoRunSummary.h
Go to the documentation of this file.
1 #ifndef DQM_HcalTasks_RecoRunSummary_h
2 #define DQM_HcalTasks_RecoRunSummary_h
3 
6 
7 namespace hcaldqm
8 {
9  class RecoRunSummary : public DQClient
10  {
11  public:
12  RecoRunSummary(std::string const&, std::string const&,
13  edm::ParameterSet const&);
14  ~RecoRunSummary() override {}
15 
16  void beginRun(edm::Run const&, edm::EventSetup const&) override;
19  edm::EventSetup const&) override;
20  std::vector<flag::Flag> endJob(
22 
23  protected:
25 
26  enum RecoFlag
27  {
28  fTCDS = 0,
31  };
32  };
33 }
34 
35 #endif
RecoRunSummary(std::string const &, std::string const &, edm::ParameterSet const &)
void endLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
void beginRun(edm::Run const &, edm::EventSetup const &) override
std::vector< flag::Flag > endJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition: Run.h:43