CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
21 
22 //
23 // class declaration
24 //
25 
27 public:
30 
31 protected:
32 
33  void beginJob();
34  void beginRun(const edm::Run& r, const edm::EventSetup& c);
35 
37  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
38 
40 
41  void endRun(const edm::Run& r, const edm::EventSetup& c);
42  void endJob();
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
void endRun(const edm::Run &r, const edm::EventSetup &c)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
DQMFEDIntegrityClient(const edm::ParameterSet &)
MonitorElement * reportSummaryContent[10]
edm::ParameterSet parameters_
MonitorElement * reportSummary
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
MonitorElement * reportSummaryMap
Definition: Run.h:41