#include <RPCUnpackingModule.h>
Public Member Functions | |
void | beginRun (edm::Run &run, const edm::EventSetup &es) |
void | produce (edm::Event &ev, const edm::EventSetup &es) |
RPCUnpackingModule (const edm::ParameterSet &pset) | |
Constructor. More... | |
virtual | ~RPCUnpackingModule () |
Destructor. More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
edm::InputTag | dataLabel_ |
bool | doSynchro_ |
unsigned long | eventCounter_ |
const RPCReadOutMapping * | theCabling |
RPCReadOutMappingWithFastSearch | theReadoutMappingSearch |
edm::ESWatcher< RPCEMapRcd > | theRecordWatcher |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
unpacking RPC raw data
Definition at line 19 of file RPCUnpackingModule.h.
RPCUnpackingModule::RPCUnpackingModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 39 of file RPCUnpackingModule.cc.
References doSynchro_.
|
virtual |
Destructor.
Definition at line 50 of file RPCUnpackingModule.cc.
References theCabling.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 55 of file RPCUnpackingModule.cc.
References edm::ESWatcher< T >::check(), edm::EventSetup::get(), RPCReadOutMappingWithFastSearch::init(), LogTrace, theCabling, theReadoutMappingSearch, theRecordWatcher, and RPCReadOutMapping::version().
|
virtual |
Retrieves a RPCDigiCollection from the Event, creates a FEDRawDataCollection (EDProduct) using the DigiToRaw converter, and attaches it to the Event.
Implements edm::EDProducer.
Definition at line 69 of file RPCUnpackingModule.cc.
References FEDHeader::bxID(), FEDTrailer::check(), FEDHeader::check(), rpcrawtodigi::EventRecords::complete(), FEDTrailer::crc(), FEDRawData::data(), dataLabel_, debug, edm::MessageDrop::debugEnabled, doSynchro_, event(), eventCounter_, FEDTrailer::evtStatus(), edm::Event::getByLabel(), errorMatrix2Lands::header, edm::MessageDrop::instance(), FEDTrailer::lenght(), LogDebug, LogTrace, FEDHeader::lvl1ID(), FEDNumbering::MAXRPCFEDID, FEDNumbering::MINRPCFEDID, FEDHeader::moreHeaders(), FEDTrailer::moreTrailers(), reco::print(), rpcrawtodigi::DataRecord::print(), edm::Event::put(), record, RPCRecordFormatter::recordUnpack(), FEDRawData::size(), FEDHeader::sourceID(), ntuplemaker::status, theCabling, theReadoutMappingSearch, FEDHeader::triggerType(), FEDTrailer::ttsBits(), rpcrawtodigi::DataRecord::type(), and FEDHeader::version().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 36 of file RPCUnpackingModule.h.
Referenced by produce().
|
private |
Definition at line 37 of file RPCUnpackingModule.h.
Referenced by produce(), and RPCUnpackingModule().
|
private |
Definition at line 38 of file RPCUnpackingModule.h.
Referenced by produce().
|
private |
Definition at line 41 of file RPCUnpackingModule.h.
Referenced by beginRun(), produce(), and ~RPCUnpackingModule().
|
private |
Definition at line 42 of file RPCUnpackingModule.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 40 of file RPCUnpackingModule.h.
Referenced by beginRun().