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 
21 
22 
23 #include <memory>
24 #include <string>
25 
27 //class DQMStore;
28 //class RPCDetId;
29 
30 
32 public:
33 
36 
39 
41  void beginJob();
42 
43  //Begin Run
44  void beginRun(const edm::Run& r, const edm::EventSetup& c);
45 
46  //End Run
47  void endRun(const edm::Run& r, const edm::EventSetup& c);
48 
50  void analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup);
51 
54 
55  private:
56 
57  bool SaveFile;
58 
60 
62 
64 
65 };
66 
67 #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:36