#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 edm::ParameterSet::getParameter().
|
override |
|
static |
Definition at line 128 of file RPCPackingModule.cc.
References l1tstage2_dqm_sourceclient-live_cfg::fedId, LogDebug, LogTrace, isotrackNtupler::merged, sistrip::SpyUtilities::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 reco_application_2006_simpleTBanalysis_cfg::digiCollection, edm::EventID::event(), edm::Event::getByToken(), edm::EventSetup::getHandle(), edm::EventBase::id(), LogDebug, LogTrace, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), and rawData().
|
private |
Definition at line 69 of file RPCPackingModule.cc.
References rpcrawtodigi::DataRecord::data(), FEDRawData::data(), relativeConstraints::empty, eventRecords(), l1tstage2_dqm_sourceclient-live_cfg::fedId, IR, isotrackNtupler::merged, 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.