CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMSourceExample.h
Go to the documentation of this file.
1 #ifndef DQMSourceExample_H
2 #define DQMSourceExample_H
3 
15 
18 
19 //
20 // class declaration
21 //
22 
24 public:
27 
28 protected:
29 
30  // BeginJob
31  void beginJob();
32 
33  // BeginRun
34  void beginRun(const edm::Run& r, const edm::EventSetup& c);
35 
36  // Fake Analyze
37  void analyze(const edm::Event& e, const edm::EventSetup& c);
38 
39  void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
40  const edm::EventSetup& context);
41 
42  // DQM Client Diagnostic
43  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
44  const edm::EventSetup& c);
45 
46  // EndRun
47  void endRun(const edm::Run& r, const edm::EventSetup& c);
48 
49  // Endjob
50  void endJob();
51 
52 private:
53 
54  void initialize();
55 
57 
59  std::string monitorName_;
60 
63 
64  int prescaleEvt_; // every n events
65  int prescaleLS_; // units of lumi sections
66 
67  // ---------- member data ----------
68 
69  int NBINS;
70  float XMIN, XMAX;
71 
72  // monitor elements for testing of Quality Tests
77 
82 
87 
88  // several ME more
100 
101 };
102 
103 #endif
104 
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
MonitorElement * deadTrue
MonitorElement * xTrue
MonitorElement * s1
MonitorElement * wExpFalse
DQMSourceExample(const edm::ParameterSet &)
MonitorElement * xFalse
MonitorElement * yFalse
MonitorElement * h4
MonitorElement * h2
MonitorElement * i1
MonitorElement * summ
MonitorElement * h3
MonitorElement * h1hist
MonitorElement * meanTrue
MonitorElement * noisyTrue
MonitorElement * h1
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
void analyze(const edm::Event &e, const edm::EventSetup &c)
edm::ParameterSet parameters_
MonitorElement * noisyFalse
MonitorElement * deadFalse
MonitorElement * f1
MonitorElement * p1
MonitorElement * wExpTrue
std::string monitorName_
MonitorElement * yTrue
MonitorElement * meanFalse
void endRun(const edm::Run &r, const edm::EventSetup &c)
MonitorElement * p2
Definition: Run.h:33
void beginRun(const edm::Run &r, const edm::EventSetup &c)