![]() |
![]() |
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
SpyDigiConverterModule (const edm::ParameterSet &) | |
~SpyDigiConverterModule () | |
![]() | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
![]() | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Attributes | |
const bool | discardDigisWithAPVAddressError_ |
const uint32_t | expectedHeaderBit_ |
sistrip::SpyUtilities::FrameQuality | frameQuality_ |
const edm::InputTag | productLabel_ |
edm::EDGetTokenT < sistrip::SpyDigiConverter::DSVRawDigis > | productToken_ |
const bool | storeAPVAddress_ |
True = store APVE address for each channel. More... | |
const bool | storeModuleDigis_ |
const bool | storePayloadDigis_ |
const bool | storeReorderedDigis_ |
SpyUtilities | utility_ |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
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 37 of file SiStripSpyDigiConverterModule.cc.
sistrip::SpyDigiConverterModule::SpyDigiConverterModule | ( | const edm::ParameterSet & | pset | ) |
Definition at line 63 of file SiStripSpyDigiConverterModule.cc.
sistrip::SpyDigiConverterModule::~SpyDigiConverterModule | ( | ) |
Definition at line 100 of file SiStripSpyDigiConverterModule.cc.
|
overridevirtual |
Retrieves cabling map from EventSetup and spy channel scope mode digis from Event, creates DetSetVectors of SiStripRawDigis, at verious levels of processing, using the SiStripSpyDigiConverter class and attaches the containers to the Event.
Implements edm::EDProducer.
Definition at line 114 of file SiStripSpyDigiConverterModule.cc.
Referenced by JSONExport.JsonExport::export().
|
private |
Definition at line 50 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 51 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 49 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 45 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 46 of file SiStripSpyDigiConverterModule.cc.
|
private |
True = store APVE address for each channel.
Definition at line 47 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 48 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 48 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 48 of file SiStripSpyDigiConverterModule.cc.
|
private |
Definition at line 54 of file SiStripSpyDigiConverterModule.cc.