CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
20 
21 //
22 // class declaration
23 //
24 
26 public:
30  ~DQMFEDIntegrityClient() override;
31 
32 protected:
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  void initialize();
46  void fillHistograms();
47 
49 
51 
52  // ---------- member data ----------
53 
54  int NBINS;
55  float XMIN, XMAX;
56  float SummaryContent[10];
57 
61 
65 
72 };
73 
74 #endif
const edm::EventSetup & c
MonitorElement * FedNonFatal
dqm::legacy::DQMStore DQMStore
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
dqm::legacy::MonitorElement MonitorElement
Definition: Run.h:45