#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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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::ESWatcher< RPCEMapRcd > | recordWatcher_ |
const RPCReadOutMapping * | theCabling |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Driver class for digi to raw data conversions
Definition at line 26 of file RPCPackingModule.h.
|
explicit |
ctor
Definition at line 33 of file RPCPackingModule.cc.
References edm::ParameterSet::getParameter().
|
override |
|
static |
Definition at line 139 of file RPCPackingModule.cc.
References l1t::stage2::layer2::fedId, LogDebug, LogTrace, 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 48 of file RPCPackingModule.cc.
References RPCEMap::convert(), hgcalDigitizer_cfi::digiCollection, edm::EventID::event(), edm::EventSetup::get(), edm::Event::getByToken(), edm::EventBase::id(), LogDebug, LogTrace, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), and rawData().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 82 of file RPCPackingModule.cc.
References rpcrawtodigi::DataRecord::data(), FEDRawData::data(), relativeConstraints::empty, eventRecords(), l1t::stage2::layer2::fedId, FEDHeader::set(), FEDTrailer::set(), FEDRawData::size(), and w.
Referenced by produce().
|
private |
Definition at line 45 of file RPCPackingModule.h.
|
private |
Definition at line 46 of file RPCPackingModule.h.
|
private |
Definition at line 47 of file RPCPackingModule.h.