#include <SiStripRawToDigiModule.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Member Functions | |
void | updateCabling (const edm::EventSetup &) |
Private Attributes | |
const SiStripFedCabling * | cabling_ |
uint32_t | cacheId_ |
bool | doAPVEmulatorCheck_ |
bool | doFullCorruptBufferChecks_ |
bool | extractCm_ |
RawToDigiUnpacker * | rawToDigi_ |
edm::EDGetTokenT< FEDRawDataCollection > | token_ |
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 |
Definition at line 31 of file SiStripRawToDigiModule.h.
sistrip::RawToDigiModule::RawToDigiModule | ( | const edm::ParameterSet & | pset | ) |
Definition at line 20 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 75 of file SiStripRawToDigiModule.cc.
References cabling_, edm::isDebugEnabled(), LogTrace, and rawToDigi_.
|
override |
Definition at line 88 of file SiStripRawToDigiModule.cc.
References singleTopDQM_cfi::setup, and updateCabling().
|
override |
Definition at line 171 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 96 of file SiStripRawToDigiModule.cc.
References cabling_, sistrip::RawToDigiUnpacker::createDigis(), extractCm_, eostools::move(), rawToDigi_, singleTopDQM_cfi::setup, edmLumisInFiles::summary, token_, sistrip::RawToDigiUnpacker::triggerFed(), and updateCabling().
|
private |
Definition at line 139 of file SiStripRawToDigiModule.cc.
References HltBtagPostValidation_cff::c, cabling_, cacheId_, get, edm::isDebugEnabled(), LogTrace, edm::ESHandle< T >::product(), singleTopDQM_cfi::setup, contentValuesCheck::ss, SiStripFedCabling::summary(), and SiStripFedCabling::terse().
Referenced by beginRun(), and produce().
|
private |
Definition at line 45 of file SiStripRawToDigiModule.h.
Referenced by produce(), updateCabling(), and ~RawToDigiModule().
|
private |
Definition at line 46 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().
|
private |
Definition at line 51 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 48 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 47 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().
|
private |
Definition at line 43 of file SiStripRawToDigiModule.h.
Referenced by endStream(), produce(), RawToDigiModule(), and ~RawToDigiModule().
|
private |
Definition at line 44 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().