#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 26 of file SiStripRawToDigiModule.h.
sistrip::RawToDigiModule::RawToDigiModule | ( | const edm::ParameterSet & | pset | ) |
Definition at line 20 of file SiStripRawToDigiModule.cc.
References doAPVEmulatorCheck_, doFullCorruptBufferChecks_, extractCm_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), edm::isDebugEnabled(), LogTrace, rawToDigi_, and token_.
|
override |
Definition at line 70 of file SiStripRawToDigiModule.cc.
References cabling_, edm::isDebugEnabled(), LogTrace, and rawToDigi_.
|
override |
Definition at line 80 of file SiStripRawToDigiModule.cc.
References updateCabling().
|
override |
Definition at line 166 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 90 of file SiStripRawToDigiModule.cc.
References cabling_, sistrip::RawToDigiUnpacker::createDigis(), edm::EventID::event(), extractCm_, edm::EventBase::id(), photons_cff::ids, eostools::move(), rawToDigi_, heppy_report::summary, token_, sistrip::RawToDigiUnpacker::triggerFed(), and updateCabling().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 132 of file SiStripRawToDigiModule.cc.
References EnergyCorrector::c, cabling_, cacheId_, edm::EventSetup::get(), edm::isDebugEnabled(), LogTrace, edm::ESHandle< T >::product(), SiStripFedCabling::summary(), and SiStripFedCabling::terse().
Referenced by beginRun(), and produce().
|
private |
Definition at line 43 of file SiStripRawToDigiModule.h.
Referenced by produce(), updateCabling(), and ~RawToDigiModule().
|
private |
Definition at line 44 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().
|
private |
Definition at line 49 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 46 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 45 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().
|
private |
Definition at line 41 of file SiStripRawToDigiModule.h.
Referenced by endStream(), produce(), RawToDigiModule(), and ~RawToDigiModule().
|
private |
Definition at line 42 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().