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 
19 
20 
21 #include <memory>
22 #include <string>
23 
24 
25 class DQMStore;
26 class RPCDetId;
27 
28 
30 public:
31 
34 
36  virtual ~RPCEfficiencyShiftHisto();
37 
39  void beginJob();
40 
41  //Begin Run
42  void beginRun(const edm::Run& r, const edm::EventSetup& c);
43 
44  //End Run
45  void endRun(const edm::Run& r, const edm::EventSetup& c);
46 
48  void analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup);
49 
54 
55  private:
56 
57  bool SaveFile;
58 
61  int effCut_;
62 
64 
66 
67 };
68 
69 #endif
virtual ~RPCEfficiencyShiftHisto()
Destructor.
void endRun(const edm::Run &r, const edm::EventSetup &c)
int iEvent
Definition: GenABIO.cc:243
void beginRun(const edm::Run &r, const edm::EventSetup &c)
RPCEfficiencyShiftHisto(const edm::ParameterSet &iConfig)
Constructor.
void analyze(const edm::Event &iEvent, const edm::EventSetup &iSetup)
Analyze.
Definition: Run.h:41