#include <RPCUnpackingModule.h>
Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
RPCUnpackingModule (const edm::ParameterSet &pset) | |
Constructor. More... | |
~RPCUnpackingModule () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::InputTag | dataLabel_ |
bool | doSynchro_ |
unsigned long | eventCounter_ |
edm::EDGetTokenT< FEDRawDataCollection > | fedToken_ |
const RPCReadOutMapping * | theCabling |
RPCReadOutMappingWithFastSearch | theReadoutMappingSearch |
edm::ESGetToken< RPCEMap, RPCEMapRcd > | theReadoutMappingToken |
edm::ESWatcher< RPCEMapRcd > | theRecordWatcher |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
unpacking RPC raw data
Definition at line 23 of file RPCUnpackingModule.h.
RPCUnpackingModule::RPCUnpackingModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 38 of file RPCUnpackingModule.cc.
References dataLabel_, doSynchro_, and fedToken_.
|
override |
Destructor.
Definition at line 51 of file RPCUnpackingModule.cc.
References theCabling.
|
override |
Definition at line 60 of file RPCUnpackingModule.cc.
References edm::ESWatcher< T >::check(), RPCEMap::convert(), edm::EventSetup::getTransientHandle(), RPCReadOutMappingWithFastSearch::init(), LogTrace, theCabling, theReadoutMappingSearch, theReadoutMappingToken, theRecordWatcher, and RPCReadOutMapping::version().
|
static |
Definition at line 53 of file RPCUnpackingModule.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
override |
Retrieves a RPCDigiCollection from the Event, creates a FEDRawDataCollection (EDProduct) using the DigiToRaw converter, and attaches it to the Event.
Definition at line 71 of file RPCUnpackingModule.cc.
References FEDHeader::bxID(), FEDHeader::check(), FEDTrailer::check(), FEDTrailer::crc(), debug, edm::MessageDrop::debugEnabled, TauDecayModes::dec, doSynchro_, makeMEIFBenchmarkPlots::ev, edmPickEvents::event, eventCounter_, FEDTrailer::evtStatus(), FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, fedToken_, FEDTrailer::fragmentLength(), RecoTauValidation_cfi::header, edm::MessageDrop::instance(), LogDebug, LogTrace, FEDHeader::lvl1ID(), FEDNumbering::MAXRPCFEDID, FEDNumbering::MINRPCFEDID, FEDHeader::moreHeaders(), FEDTrailer::moreTrailers(), eostools::move(), l1ctLayer2EG_cff::nWords, print(), l1tstage2_dqm_sourceclient-live_cfg::rawData, AlCaHarvesting_cff::record, RPCRecordFormatter::recordUnpack(), FEDHeader::sourceID(), mps_update::status, str, theCabling, theReadoutMappingSearch, FEDHeader::triggerType(), FEDTrailer::ttsBits(), and FEDHeader::version().
|
private |
Definition at line 41 of file RPCUnpackingModule.h.
Referenced by RPCUnpackingModule().
|
private |
Definition at line 42 of file RPCUnpackingModule.h.
Referenced by produce(), and RPCUnpackingModule().
|
private |
Definition at line 43 of file RPCUnpackingModule.h.
Referenced by produce().
|
private |
Definition at line 49 of file RPCUnpackingModule.h.
Referenced by produce(), and RPCUnpackingModule().
|
private |
Definition at line 47 of file RPCUnpackingModule.h.
Referenced by beginRun(), produce(), and ~RPCUnpackingModule().
|
private |
Definition at line 48 of file RPCUnpackingModule.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 46 of file RPCUnpackingModule.h.
Referenced by beginRun().
|
private |
Definition at line 45 of file RPCUnpackingModule.h.
Referenced by beginRun().