CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCEfficiencyPerRingLayer.h
Go to the documentation of this file.
1 #ifndef RPCEfficiencyPerRingLayer_H
2 #define RPCEfficiencyPerRingLayer_H
3 
8 #include <string>
9 
11 public:
12 
15 
18 
19 
20  protected:
21  void beginJob();
22  void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const&); //performed in the endLumi
23  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
24 
25 
26 
27  private:
28 
31 
34 
36 
37 };
38 
39 #endif
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
RPCEfficiencyPerRingLayer(const edm::ParameterSet &iConfig)
Constructor.
virtual ~RPCEfficiencyPerRingLayer()
Destructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override