CMS 3D CMS Logo

DQMFEDIntegrityClient.h
Go to the documentation of this file.
1 
2 /*
3  * \class DQMFEDIntegrityClient
4  *
5  * DQM FED Client
6  *
7  * \author M. Marienfeld
8  *
9 */
10 
11 #ifndef DQMFEDINTEGRITYCLIENT_H
12 #define DQMFEDINTEGRITYCLIENT_H
13 
14 #include <string>
15 #include <vector>
16 
21 
22 //
23 // class declaration
24 //
25 
27 public:
29  ~DQMFEDIntegrityClient() override;
30 
31 protected:
32 
33  void beginJob() override;
34  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
35 
37  void analyze(const edm::Event& e, const edm::EventSetup& c) override ;
38 
39  void endLuminosityBlock(const edm::LuminosityBlock& l, const edm::EventSetup& c) override;
40 
41  void endRun(const edm::Run& r, const edm::EventSetup& c) override;
42  void endJob() override;
43 
44 private:
45 
46  void initialize();
47  void fillHistograms();
48 
50 
52 
53  // ---------- member data ----------
54 
55  int NBINS;
56  float XMIN, XMAX;
57  float SummaryContent[10];
58 
62 
66 
73 
74 };
75 
76 #endif
MonitorElement * FedNonFatal
DQMFEDIntegrityClient(const edm::ParameterSet &)
void endRun(const edm::Run &r, const edm::EventSetup &c) override
MonitorElement * reportSummaryContent[10]
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c) override
~DQMFEDIntegrityClient() override
edm::ParameterSet parameters_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
MonitorElement * reportSummary
MonitorElement * reportSummaryMap
Definition: Run.h:44