CMS 3D CMS Logo

RPCUnpackingModule.h

Go to the documentation of this file.
00001 #ifndef RPCUnpackingModule_H
00002 #define RPCUnpackingModule_H
00003 
00004 
00013 #include "FWCore/Framework/interface/EDProducer.h"
00014 #include "FWCore/ParameterSet/interface/InputTag.h"
00015 #include "CondFormats/RPCObjects/interface/RPCReadOutMapping.h"
00016 
00017 namespace edm { class Event; class EventSetup; }
00018 
00019 class RPCUnpackingModule: public edm::EDProducer {
00020 public:
00021     
00023     RPCUnpackingModule(const edm::ParameterSet& pset);
00024     
00026     virtual ~RPCUnpackingModule();
00027  
00031     void produce(edm::Event & ev, const edm::EventSetup& es); 
00032   
00033 private:
00034   edm::InputTag dataLabel_;
00035   bool doSynchro_; 
00036   unsigned long eventCounter_;
00037   const RPCReadOutMapping* theCabling;
00038 };
00039 
00040 
00041 #endif

Generated on Tue Jun 9 17:34:47 2009 for CMSSW by  doxygen 1.5.4