CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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();
35 
37  void beginRun(const edm::Run& r, const edm::EventSetup& c);
38 
40  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
41 
42  void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
43  const edm::EventSetup& context) ;
44 
46  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
47  const edm::EventSetup& c);
48 
50  void endRun(const edm::Run& r, const edm::EventSetup& c);
51 
53  void endJob();
54 
55 private:
56 
57  void initialize();
59 
61  bool verbose_;
62  int counterLS_;
66  // -------- member data --------
67 
69  std::vector<MonitorElement*> reportSummaryContent_;
71 
73  std::vector<MonitorElement*> CertificationSummaryContent_;
75 
76 
77 };
78 
79 
80 #endif
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)
Fake Analyze.
MonitorElement * reportSummary_
prescale on number of events
std::vector< MonitorElement * > CertificationSummaryContent_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
DQM Client Diagnostic.
virtual ~DQMOfflineHLTEventInfoClient()
Destructor.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: Run.h:33
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)