#include <SiStripRawToDigiModule.h>
Public Member Functions | |
void | endStream () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
RawToDigiModule (const edm::ParameterSet &) | |
~RawToDigiModule () 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 | |
void | updateCabling (const edm::EventSetup &) |
Private Attributes | |
const SiStripFedCabling * | cabling_ = nullptr |
bool | doAPVEmulatorCheck_ |
bool | doFullCorruptBufferChecks_ |
bool | extractCm_ |
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > | fedCablingToken_ |
edm::ESWatcher< SiStripFedCablingRcd > | fedCablingWatcher_ |
RawToDigiUnpacker * | rawToDigi_ |
edm::EDGetTokenT< FEDRawDataCollection > | token_ |
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
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 34 of file SiStripRawToDigiModule.h.
sistrip::RawToDigiModule::RawToDigiModule | ( | const edm::ParameterSet & | pset | ) |
Definition at line 18 of file SiStripRawToDigiModule.cc.
References sistrip::RawToDigiUnpacker::doAPVEmulatorCheck(), doAPVEmulatorCheck_, sistrip::RawToDigiUnpacker::doFullCorruptBufferChecks(), doFullCorruptBufferChecks_, sistrip::RawToDigiUnpacker::extractCm(), extractCm_, edm::isDebugEnabled(), sistrip::RawToDigiUnpacker::legacy(), LogTrace, muonDTDigis_cfi::pset, sistrip::RawToDigiUnpacker::quiet(), rawToDigi_, token_, and sistrip::RawToDigiUnpacker::useDaqRegister().
|
override |
Definition at line 74 of file SiStripRawToDigiModule.cc.
References cabling_, edm::isDebugEnabled(), LogTrace, and rawToDigi_.
|
override |
Definition at line 162 of file SiStripRawToDigiModule.cc.
References sistrip::RawToDigiUnpacker::printWarningSummary(), and rawToDigi_.
|
override |
Retrieves cabling map from EventSetup and FEDRawDataCollection from Event, creates a DetSetVector of SiStrip(Raw)Digis, uses the SiStripRawToDigiUnpacker class to fill the DetSetVector, and attaches the container to the Event.
Definition at line 93 of file SiStripRawToDigiModule.cc.
References cabling_, sistrip::RawToDigiUnpacker::createDigis(), extractCm_, eostools::move(), rawToDigi_, singleTopDQM_cfi::setup, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::sm(), edmLumisInFiles::summary, token_, sistrip::RawToDigiUnpacker::triggerFed(), and updateCabling().
|
private |
Definition at line 136 of file SiStripRawToDigiModule.cc.
References cabling_, edm::ESWatcher< T >::check(), fedCablingToken_, fedCablingWatcher_, edm::isDebugEnabled(), cuy::isFirst, LogTrace, singleTopDQM_cfi::setup, contentValuesCheck::ss, SiStripFedCabling::summary(), SiStripFedCabling::terse(), and tTopoToken_.
Referenced by produce().
|
private |
Definition at line 47 of file SiStripRawToDigiModule.h.
Referenced by produce(), updateCabling(), and ~RawToDigiModule().
|
private |
Definition at line 52 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 49 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 48 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().
|
private |
Definition at line 55 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().
|
private |
Definition at line 56 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().
|
private |
Definition at line 45 of file SiStripRawToDigiModule.h.
Referenced by endStream(), produce(), RawToDigiModule(), and ~RawToDigiModule().
|
private |
Definition at line 46 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().
|
private |
Definition at line 54 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().