CMS 3D CMS Logo

DQMOfflineHLTEventInfoClient.h
Go to the documentation of this file.
1 #ifndef DQM_HLTMONITORCLIENT_DQM_H
2 #define DQM_HLTMONITORCLIENT_DQM_H
3 
9 
10 #include <memory>
11 #include <iostream>
12 #include <fstream>
13 #include <string>
14 #include <vector>
15 #include <map>
16 #include <TH1F.h>
17 #include <TH2F.h>
18 #include <TProfile2D.h>
19 
21 public:
24 
27 
30 
31 protected:
33  void beginJob() override;
34 
36  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
37 
39  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
40 
42  void endRun(const edm::Run& r, const edm::EventSetup& c) override;
43 
44 private:
45  void initialize();
47 
49  bool verbose_;
50  int counterLS_;
54  // -------- member data --------
55 
57  std::vector<MonitorElement*> reportSummaryContent_;
59 
61  std::vector<MonitorElement*> CertificationSummaryContent_;
63 };
64 
65 #endif
DQMOfflineHLTEventInfoClient::counterLS_
int counterLS_
Definition: DQMOfflineHLTEventInfoClient.h:50
DQMOfflineHLTEventInfoClient
Definition: DQMOfflineHLTEventInfoClient.h:20
edm::Run
Definition: Run.h:45
DQMOfflineHLTEventInfoClient::CertificationSummaryMap_
MonitorElement * CertificationSummaryMap_
Definition: DQMOfflineHLTEventInfoClient.h:62
DQMOfflineHLTEventInfoClient::CertificationSummaryContent_
std::vector< MonitorElement * > CertificationSummaryContent_
Definition: DQMOfflineHLTEventInfoClient.h:61
DQMOfflineHLTEventInfoClient::DQMStore
dqm::legacy::DQMStore DQMStore
Definition: DQMOfflineHLTEventInfoClient.h:23
DQMOfflineHLTEventInfoClient::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Fake Analyze.
Definition: DQMOfflineHLTEventInfoClient.cc:172
DQMStore.h
dqm::legacy::MonitorElement
Definition: MonitorElement.h:461
DQMOfflineHLTEventInfoClient::reportSummary_
MonitorElement * reportSummary_
prescale on number of events
Definition: DQMOfflineHLTEventInfoClient.h:56
DQMOfflineHLTEventInfoClient::beginJob
void beginJob() override
BeginJob.
Definition: DQMOfflineHLTEventInfoClient.cc:115
EDAnalyzer.h
DQMOfflineHLTEventInfoClient::prescaleLS_
int prescaleLS_
counter
Definition: DQMOfflineHLTEventInfoClient.h:52
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
DQMOfflineHLTEventInfoClient::MonitorElement
dqm::legacy::MonitorElement MonitorElement
Definition: DQMOfflineHLTEventInfoClient.h:22
MakerMacros.h
dqm::legacy::DQMStore
Definition: DQMStore.h:727
DQMOfflineHLTEventInfoClient::verbose_
bool verbose_
Definition: DQMOfflineHLTEventInfoClient.h:49
edm::ParameterSet
Definition: ParameterSet.h:47
DQMOfflineHLTEventInfoClient::parameters_
edm::ParameterSet parameters_
Definition: DQMOfflineHLTEventInfoClient.h:46
DQMOfflineHLTEventInfoClient::~DQMOfflineHLTEventInfoClient
~DQMOfflineHLTEventInfoClient() override
Destructor.
Definition: DQMOfflineHLTEventInfoClient.cc:87
Event.h
DQMOfflineHLTEventInfoClient::beginRun
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
Definition: DQMOfflineHLTEventInfoClient.cc:167
edm::EventSetup
Definition: EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
DQMOfflineHLTEventInfoClient::initialize
void initialize()
Definition: DQMOfflineHLTEventInfoClient.cc:93
alignCSCRings.r
r
Definition: alignCSCRings.py:93
DQMOfflineHLTEventInfoClient::reportSummaryMap_
MonitorElement * reportSummaryMap_
Definition: DQMOfflineHLTEventInfoClient.h:58
DQMOfflineHLTEventInfoClient::dbe_
DQMStore * dbe_
Definition: DQMOfflineHLTEventInfoClient.h:48
Frameworkfwd.h
DQMOfflineHLTEventInfoClient::counterEvt_
int counterEvt_
counter
Definition: DQMOfflineHLTEventInfoClient.h:51
DQMOfflineHLTEventInfoClient::endRun
void endRun(const edm::Run &r, const edm::EventSetup &c) override
EndRun.
Definition: DQMOfflineHLTEventInfoClient.cc:184
DQMOfflineHLTEventInfoClient::prescaleEvt_
int prescaleEvt_
units of lumi sections
Definition: DQMOfflineHLTEventInfoClient.h:53
DQMOfflineHLTEventInfoClient::DQMOfflineHLTEventInfoClient
DQMOfflineHLTEventInfoClient(const edm::ParameterSet &ps)
Constructor.
Definition: DQMOfflineHLTEventInfoClient.cc:82
edm::Event
Definition: Event.h:73
DQMOfflineHLTEventInfoClient::reportSummaryContent_
std::vector< MonitorElement * > reportSummaryContent_
Definition: DQMOfflineHLTEventInfoClient.h:57
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37
DQMOfflineHLTEventInfoClient::CertificationSummary_
MonitorElement * CertificationSummary_
Definition: DQMOfflineHLTEventInfoClient.h:60