Public Member Functions | |
void | produce (device::Event &iEvent, device::EventSetup const &iSetup) override |
TestAlpakaStreamProducer (edm::ParameterSet const &config) | |
Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::stream::EDProducer<> | |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) final |
Public Member Functions inherited from edm::ProducerBase< edm::stream::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 | |
TestAlgo | algo_ |
device::EDPutToken< portabletest::TestDeviceCollection > | devicePutToken_ |
device::EDPutToken< portabletest::TestDeviceMultiCollection2 > | devicePutTokenMulti2_ |
device::EDPutToken< portabletest::TestDeviceMultiCollection3 > | devicePutTokenMulti3_ |
device::ESGetToken< cms::alpakatest::AlpakaESTestDataB< Device >, AlpakaESTestRecordB > | esToken_ |
edm::EDGetTokenT< edmtest::IntProduct > | getToken_ |
const int32_t | size2_ |
const int32_t | size3_ |
const int32_t | size_ |
Additional Inherited Members | |
Public Types inherited from edm::ProducerBase< edm::stream::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::stream::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 demonstrates a stream EDProducer that
Definition at line 24 of file TestAlpakaStreamProducer.cc.
|
inline |
Definition at line 26 of file TestAlpakaStreamProducer.cc.
References EDM_STRINGIZE.
|
inlinestatic |
Definition at line 60 of file TestAlpakaStreamProducer.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverridevirtual |
Implements ALPAKA_ACCELERATOR_NAMESPACE::stream::EDProducer<>.
Definition at line 40 of file TestAlpakaStreamProducer.cc.
References algo_, devicePutToken_, devicePutTokenMulti2_, devicePutTokenMulti3_, esToken_, ALPAKA_ACCELERATOR_NAMESPACE::TestAlgo::fill(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlgo::fillMulti2(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlgo::fillMulti3(), ALPAKA_ACCELERATOR_NAMESPACE::device::EventSetup::getData(), getToken_, iEvent, eostools::move(), size2_, size3_, and size_.
|
private |
Definition at line 86 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 78 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 79 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 80 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 77 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 76 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 82 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 83 of file TestAlpakaStreamProducer.cc.
Referenced by produce().
|
private |
Definition at line 81 of file TestAlpakaStreamProducer.cc.
Referenced by produce().