#include <RPCPackingModule.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
get data, convert to raw event, attach again to Event More... | |
RPCPackingModule (const edm::ParameterSet &) | |
ctor More... | |
~RPCPackingModule () override | |
dtor 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 std::vector< rpcrawtodigi::EventRecords > | eventRecords (int fedId, int trigger_BX, const RPCDigiCollection *, const RPCRecordFormatter &) |
Private Member Functions | |
FEDRawData * | rawData (int fedId, unsigned int lvl1_ID, const RPCDigiCollection *, const RPCRecordFormatter &) const |
Private Attributes | |
edm::EDGetTokenT< RPCDigiCollection > | dataLabel_ |
edm::ESGetToken< RPCEMap, RPCEMapRcd > | readoutMappingToken_ |
edm::ESWatcher< RPCEMapRcd > | recordWatcher_ |
const RPCReadOutMapping * | theCabling |
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 |
Driver class for digi to raw data conversions
Definition at line 34 of file RPCPackingModule.h.
|
explicit |
ctor
Definition at line 31 of file RPCPackingModule.cc.
References muonDTDigis_cfi::pset.
|
override |
|
static |
Definition at line 128 of file RPCPackingModule.cc.
References l1tstage2_dqm_sourceclient-live_cfg::fedId, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, LogDebug, LogTrace, FastTimerService_cff::range, DetId::rawId(), and RPCRecordFormatter::recordPack().
Referenced by omtf::RpcPacker::pack(), and rawData().
|
override |
get data, convert to raw event, attach again to Event
Definition at line 40 of file RPCPackingModule.cc.
References RPCEMap::convert(), apvshotsanalyzer_cfi::digiCollection, makeMEIFBenchmarkPlots::ev, l1t_dqm_sourceclient-live_cfg::fedRawData, edm::EventSetup::getHandle(), LogDebug, LogTrace, eostools::move(), rawData(), and l1tstage2_dqm_sourceclient-live_cfg::rawData.
|
private |
Definition at line 69 of file RPCPackingModule.cc.
References FEDRawData::data(), relativeConstraints::empty, eventRecords(), l1tstage2_dqm_sourceclient-live_cfg::fedId, FEDHeader::set(), FEDTrailer::set(), FEDRawData::size(), and w().
Referenced by produce().
|
private |
Definition at line 54 of file RPCPackingModule.h.
|
private |
Definition at line 57 of file RPCPackingModule.h.
|
private |
Definition at line 55 of file RPCPackingModule.h.
|
private |
Definition at line 56 of file RPCPackingModule.h.