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 
10 
11 #include <memory>
12 #include <iostream>
13 #include <fstream>
14 #include <string>
15 #include <vector>
16 #include <map>
17 #include <TH1F.h>
18 #include <TH2F.h>
19 #include <TProfile2D.h>
20 
22 
23 public:
24 
27 
30 
31 protected:
32 
34  void beginJob() override;
35 
37  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
38 
40  void analyze(const edm::Event& e, const edm::EventSetup& c) override ;
41 
43  void endRun(const edm::Run& r, const edm::EventSetup& c) override;
44 
46  void endJob() override;
47 
48 private:
49 
50  void initialize();
52 
54  bool verbose_;
55  int counterLS_;
59  // -------- member data --------
60 
62  std::vector<MonitorElement*> reportSummaryContent_;
64 
66  std::vector<MonitorElement*> CertificationSummaryContent_;
68 
69 
70 };
71 
72 
73 #endif
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
void endRun(const edm::Run &r, const edm::EventSetup &c) override
EndRun.
int prescaleEvt_
units of lumi sections
std::vector< MonitorElement * > reportSummaryContent_
DQMOfflineHLTEventInfoClient(const edm::ParameterSet &ps)
Constructor.
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Fake Analyze.
MonitorElement * reportSummary_
prescale on number of events
std::vector< MonitorElement * > CertificationSummaryContent_
Definition: Run.h:45
~DQMOfflineHLTEventInfoClient() override
Destructor.