#include <SiStripRawToDigiModule.h>
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::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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_.
sistrip::RawToDigiModule::~RawToDigiModule | ( | ) |
Definition at line 68 of file SiStripRawToDigiModule.cc.
References cabling_, edm::isDebugEnabled(), LogTrace, and rawToDigi_.
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 78 of file SiStripRawToDigiModule.cc.
References updateCabling().
|
overridevirtual |
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.
Implements edm::EDProducer.
Definition at line 88 of file SiStripRawToDigiModule.cc.
References cabling_, sistrip::RawToDigiUnpacker::createDigis(), edm::EventID::event(), extractCm_, edm::EventBase::id(), rawToDigi_, edmLumisInFiles::summary, token_, sistrip::RawToDigiUnpacker::triggerFed(), and updateCabling().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 130 of file SiStripRawToDigiModule.cc.
References trackerHits::c, cabling_, cacheId_, edm::EventSetup::get(), edm::isDebugEnabled(), LogTrace, edm::ESHandle< class >::product(), contentValuesCheck::ss, SiStripFedCabling::summary(), and SiStripFedCabling::terse().
Referenced by beginRun(), and produce().
|
private |
Definition at line 42 of file SiStripRawToDigiModule.h.
Referenced by produce(), updateCabling(), and ~RawToDigiModule().
|
private |
Definition at line 43 of file SiStripRawToDigiModule.h.
Referenced by updateCabling().
|
private |
Definition at line 48 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 45 of file SiStripRawToDigiModule.h.
Referenced by RawToDigiModule().
|
private |
Definition at line 44 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().
|
private |
Definition at line 40 of file SiStripRawToDigiModule.h.
Referenced by produce(), RawToDigiModule(), and ~RawToDigiModule().
|
private |
Definition at line 41 of file SiStripRawToDigiModule.h.
Referenced by produce(), and RawToDigiModule().