CMS 3D CMS Logo

RPCUnpackingModule.h
Go to the documentation of this file.
1 #ifndef RPCUnpackingModule_H
2 #define RPCUnpackingModule_H
3 
14 
15 class RPCReadOutMapping;
16 namespace edm {
17  class Event;
18  class EventSetup;
19  class Run;
20 } // namespace edm
21 
23 public:
26 
28  ~RPCUnpackingModule() override;
29 
30  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
31 
35  void produce(edm::Event& ev, const edm::EventSetup& es) override;
36 
37  void beginRun(const edm::Run& run, const edm::EventSetup& es) override;
38 
39 private:
41  bool doSynchro_;
42  unsigned long eventCounter_;
43 
48 };
49 
50 #endif
RPCReadOutMappingWithFastSearch theReadoutMappingSearch
bool ev
edm::InputTag dataLabel_
const RPCReadOutMapping * theCabling
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< FEDRawDataCollection > fedToken_
HLT enums.
unsigned long eventCounter_
edm::ESWatcher< RPCEMapRcd > theRecordWatcher
Definition: Run.h:45