CMS 3D CMS Logo

DTCertificationSummary.h
Go to the documentation of this file.
1 #ifndef DTMonitorClient_DTCertificationSummary_H
2 #define DTMonitorClient_DTCertificationSummary_H
3 
13 
14 #include <map>
15 
16 class DQMStore;
17 class MonitorElement;
18 
20 public:
23 
25  ~DTCertificationSummary() override;
26 
27  // Operations
28 
29 protected:
30 
31 private:
32 
33  void beginRun(const edm::Run& run, const edm::EventSetup& setup) override;
34 
37 
38  void endRun(const edm::Run& run, const edm::EventSetup& setup) override;
39 
41  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
42 
45  std::map<int, MonitorElement*> certFractions;
46 
47 };
48 
49 
50 #endif
51 
void beginRun(const edm::Run &run, const edm::EventSetup &setup) override
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
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