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 
4 
19 
20 
21 #include <memory>
22 #include <string>
23 
25 //class DQMStore;
26 //class RPCDetId;
27 
28 
30 public:
31 
34 
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 
52 
53  private:
54 
55  bool SaveFile;
56 
58 
60 
62 
63 };
64 
65 #endif
int iEvent
Definition: GenABIO.cc:243
void analyze(const edm::Event &iEvent, const edm::EventSetup &iSetup)
Analyze.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
void endRun(const edm::Run &r, const edm::EventSetup &c)
RPCEfficiencyPerRingLayer(const edm::ParameterSet &iConfig)
Constructor.
virtual ~RPCEfficiencyPerRingLayer()
Destructor.
Definition: Run.h:41