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  virtual ~RecoRunSummary() {}
15 
16  virtual void beginRun(edm::Run const&, edm::EventSetup const&);
19  edm::EventSetup const&);
20  virtual std::vector<flag::Flag> endJob(
22 
23  protected:
25 
26  enum RecoFlag
27  {
28  fTCDS = 0,
31  };
32  };
33 }
34 
35 #endif
virtual void endLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
virtual std::vector< flag::Flag > endJob(DQMStore::IBooker &, DQMStore::IGetter &)
RecoRunSummary(std::string const &, std::string const &, edm::ParameterSet const &)
virtual void beginRun(edm::Run const &, edm::EventSetup const &)
Definition: Run.h:42