CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCUnpackingModule.h
Go to the documentation of this file.
1 #ifndef RPCUnpackingModule_H
2 #define RPCUnpackingModule_H
3 
4 
14 
15 
16 class RPCReadOutMapping;
17 namespace edm { class Event; class EventSetup; class Run; }
18 
20 public:
21 
24 
26  virtual ~RPCUnpackingModule();
27 
31  void produce(edm::Event & ev, const edm::EventSetup& es);
32 
33  void beginRun(edm::Run &run, const edm::EventSetup& es);
34 
35 private:
37  bool doSynchro_;
38  unsigned long eventCounter_;
39 
43 };
44 
45 
46 #endif
void produce(edm::Event &ev, const edm::EventSetup &es)
RPCReadOutMappingWithFastSearch theReadoutMappingSearch
RPCUnpackingModule(const edm::ParameterSet &pset)
Constructor.
edm::InputTag dataLabel_
const RPCReadOutMapping * theCabling
virtual ~RPCUnpackingModule()
Destructor.
void beginRun(edm::Run &run, const edm::EventSetup &es)
unsigned long eventCounter_
edm::ESWatcher< RPCEMapRcd > theRecordWatcher
Definition: Run.h:33