Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
TotemTriggerRawToDigi (const edm::ParameterSet &) | |
~TotemTriggerRawToDigi () override | |
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 |
Private Member Functions | |
int | ProcessLoneGFrame (uint64_t *oBuf, unsigned long size, TotemTriggerCounters &data) |
Process one LoneG frame. More... | |
Private Attributes | |
edm::EDGetTokenT < FEDRawDataCollection > | fedDataToken |
unsigned int | fedId |
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 |
Definition at line 24 of file TotemTriggerRawToDigi.cc.
|
explicit |
Definition at line 43 of file TotemTriggerRawToDigi.cc.
References fedDataToken, fedId, edm::ParameterSet::getParameter(), and FEDNumbering::MINTotemTriggerFEDID.
|
override |
Definition at line 53 of file TotemTriggerRawToDigi.cc.
|
private |
Process one LoneG frame.
Definition at line 74 of file TotemTriggerRawToDigi.cc.
References visDQMUpload::buf, TotemTriggerCounters::bunch_num, cuy::col, TotemTriggerCounters::event_num, mps_fire::i, TotemTriggerCounters::inhibited_triggers_num, TotemTriggerCounters::input_status_bits, TotemTriggerCounters::orbit_num, gpuVertexFinder::printf(), TotemTriggerCounters::revision_num, TotemTriggerCounters::run_num, TotemTriggerCounters::src_id, TotemTriggerCounters::trigger_num, and TotemTriggerCounters::type.
Referenced by produce().
|
override |
Definition at line 55 of file TotemTriggerRawToDigi.cc.
References visDQMUpload::buf, FEDRawData::data(), data, fedDataToken, fedId, ProcessLoneGFrame(), and FEDRawData::size().
|
private |
Definition at line 34 of file TotemTriggerRawToDigi.cc.
Referenced by produce(), and TotemTriggerRawToDigi().
|
private |
Definition at line 32 of file TotemTriggerRawToDigi.cc.
Referenced by produce(), and TotemTriggerRawToDigi().