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
8 
9 //DQM
13 
15 
16 public:
17 
19  virtual ~DQMExample_Step2();
20 
21 protected:
22 
23  void beginJob();
24  void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const&); //performed in the endLumi
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
26 
27 private:
28 
29  //private variables
30 
31  //variables from config file
34 
35  // Histograms
37 
38 };
39 
40 
41 #endif
virtual ~DQMExample_Step2()
MonitorElement * h_ptRatio
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
DQMExample_Step2(const edm::ParameterSet &ps)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::string denMonitorName_
std::string numMonitorName_