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  * $Date: 2010/03/29 18:34:06 $
8  * $Revision: 1.8 $
9  * \author M. Marienfeld
10  *
11 */
12 
13 #ifndef DQMFEDINTEGRITYCLIENT_H
14 #define DQMFEDINTEGRITYCLIENT_H
15 
16 #include <string>
17 #include <vector>
18 
23 
24 //
25 // class declaration
26 //
27 
29 public:
32 
33 protected:
34 
35  void beginJob();
36  void beginRun(const edm::Run& r, const edm::EventSetup& c);
37 
39  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
40 
42 
43  void endRun(const edm::Run& r, const edm::EventSetup& c);
44  void endJob();
45 
46 private:
47 
48  void initialize();
49  void fillHistograms();
50 
52 
54 
55  // ---------- member data ----------
56 
57  int NBINS;
58  float XMIN, XMAX;
59  float SummaryContent[10];
60 
64 
68 
73  std::string moduleName;
74  std::string fedFolderName;
75 
76 };
77 
78 #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:33