CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMExample_Step2.h
Go to the documentation of this file.
1 #ifndef DQMExample_Step2_H
2 #define DQMExample_Step2_H
3 
4 //Framework
9 
10 //DQM
13 
15 
16 public:
17 
19  virtual ~DQMExample_Step2();
20 
21 protected:
22 
23  void beginJob();
24  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup);
25  void analyze(edm::Event const& e, edm::EventSetup const& eSetup);
27  void endLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup);
28  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
29  void endJob();
30 
31 private:
32 
33  //private variables
35 
36  //variables from config file
39 
40  // Histograms
42 
43 };
44 
45 
46 #endif
virtual ~DQMExample_Step2()
tuple lumi
Definition: fjr2json.py:35
MonitorElement * h_ptRatio
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup)
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
DQMExample_Step2(const edm::ParameterSet &ps)
std::string denMonitorName_
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
std::string numMonitorName_
Definition: Run.h:41