CMS 3D CMS Logo

DTCertificationSummary.h
Go to the documentation of this file.
1 #ifndef DTMonitorClient_DTCertificationSummary_H
2 #define DTMonitorClient_DTCertificationSummary_H
3 
14 
15 #include <map>
16 
18 public:
21 
23  ~DTCertificationSummary() override;
24 
25  // Operations
26 
27 protected:
28 private:
29  void beginRun(const edm::Run& run, const edm::EventSetup& setup) override;
30 
34  edm::LuminosityBlock const&,
35  edm::EventSetup const&) override;
36 
37  void endRun(const edm::Run& run, const edm::EventSetup& setup) override;
38 
41 
44  std::map<int, MonitorElement*> certFractions;
45 };
46 
47 #endif
void beginRun(const edm::Run &run, const edm::EventSetup &setup) override
DTCertificationSummary(const edm::ParameterSet &pset)
Constructor.
void endRun(const edm::Run &run, const edm::EventSetup &setup) override
MonitorElement * totalCertFraction
std::map< int, MonitorElement * > certFractions
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
DQM Client Diagnostic in offline mode.
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
DQM Client Diagnostic in online mode.
~DTCertificationSummary() override
Destructor.
Definition: Run.h:45