Public Member Functions | |
void | produce (edm::StreamID, device::Event &iEvent, device::EventSetup const &iSetup) const override |
TestAlpakaGlobalProducerNullES (edm::ParameterSet const &config) | |
Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::global::EDProducer<> | |
void | produce (edm::StreamID sid, edm::Event &iEvent, edm::EventSetup const &iSetup) const final |
Public Member Functions inherited from edm::ProducerBase< edm::global::EDProducer, Args... > | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
std::vector< bool > const & | recordProvenanceList () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
TypeLabelList const & | typeLabelList () const |
used by the fwk to register the list of products of this module More... | |
~ProducerBase () noexcept(false) override | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const device::ESGetToken< AlpakaESTestDataADevice, AlpakaESTestRecordA > | esTokenA_ |
const device::ESGetToken< AlpakaESTestDataCDevice, AlpakaESTestRecordA > | esTokenC_ |
const device::ESGetToken< AlpakaESTestDataCDevice, AlpakaESTestRecordA > | esTokenCNotExist_ |
Additional Inherited Members | |
Public Types inherited from edm::ProducerBase< edm::global::EDProducer, Args... > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase< edm::global::EDProducer, Args... > | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
This class tests various ways of a device ESProduct being missing
Definition at line 15 of file TestAlpakaGlobalProducerNullES.cc.
|
inline |
Definition at line 17 of file TestAlpakaGlobalProducerNullES.cc.
|
inlinestatic |
Definition at line 59 of file TestAlpakaGlobalProducerNullES.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), and submitPVResolutionJobs::desc.
|
inlineoverridevirtual |
Implements ALPAKA_ACCELERATOR_NAMESPACE::global::EDProducer<>.
Definition at line 22 of file TestAlpakaGlobalProducerNullES.cc.
References MillePedeFileConverter_cfg::e, esTokenA_, esTokenC_, esTokenCNotExist_, Exception, ALPAKA_ACCELERATOR_NAMESPACE::device::EventSetup::getData(), and ALPAKA_ACCELERATOR_NAMESPACE::device::EventSetup::getHandle().
|
private |
Definition at line 66 of file TestAlpakaGlobalProducerNullES.cc.
Referenced by produce().
|
private |
Definition at line 67 of file TestAlpakaGlobalProducerNullES.cc.
Referenced by produce().
|
private |
Definition at line 68 of file TestAlpakaGlobalProducerNullES.cc.
Referenced by produce().