CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCEfficiencyShiftHisto.h
Go to the documentation of this file.
1 #ifndef RPCEfficiencyShiftHisto_H
2 #define RPCEfficiencyShiftHisto_H
3 
4 // * *
5 // * RPCEfficiencyShiftHisto
6 // * *
7 
12 #include <string>
13 
14 
15 class DQMStore;
16 class RPCDetId;
17 
18 
20 public:
21 
24 
26  virtual ~RPCEfficiencyShiftHisto();
27 
28  protected:
29  void beginJob() override;
30  void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const&) override; //performed in the endLumi
31  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
32 
33 
34  private:
35 
36 
41 
43  int effCut_;
44 
46 
47 };
48 
49 #endif
virtual ~RPCEfficiencyShiftHisto()
Destructor.
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
RPCEfficiencyShiftHisto(const edm::ParameterSet &iConfig)
Constructor.