CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer Class Reference
Inheritance diagram for ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer:
ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<> ALPAKA_ACCELERATOR_NAMESPACE::ProducerBase< edm::stream::EDProducer, edm::ExternalWork, Args... > edm::stream::EDProducer< Args..., edm::Transformer >

Public Member Functions

void acquire (device::Event const &iEvent, device::EventSetup const &iSetup) override
 
void produce (device::Event &iEvent, device::EventSetup const &iSetup) override
 
 TestAlpakaStreamSynchronizingProducer (edm::ParameterSet const &iConfig)
 
- Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<>
void acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, edm::WaitingTaskWithArenaHolder holder) final
 
void produce (edm::Event &iEvent, edm::EventSetup const &iSetup) final
 
- Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::ProducerBase< edm::stream::EDProducer, edm::ExternalWork, Args... >
auto produces () noexcept
 
auto produces (std::string instanceName) noexcept
 
- Public Member Functions inherited from edm::stream::EDProducer< Args..., edm::Transformer >
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDProduceroperator= (const EDProducer &)=delete
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 

Private Attributes

const device::ESGetToken< AlpakaESTestDataDDevice, AlpakaESTestRecordDesTokenDevice_
 
TestHelperClass helper_
 
const edm::EDPutTokenT< portabletest::TestHostCollectionputToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer< Args..., edm::Transformer >
using CacheTypes = CacheContexts< T... >
 
using GlobalCache = typename CacheTypes::GlobalCache
 
using HasAbility = AbilityChecker< T... >
 
using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache
 
using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache
 
using LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache >
 
using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache
 
using RunCache = typename CacheTypes::RunCache
 
using RunContext = RunContextT< RunCache, GlobalCache >
 
using RunSummaryCache = typename CacheTypes::RunSummaryCache
 

Detailed Description

This class demonstrates a stream EDProducer that

Definition at line 21 of file TestAlpakaStreamSynchronizingProducer.cc.

Constructor & Destructor Documentation

◆ TestAlpakaStreamSynchronizingProducer()

ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::TestAlpakaStreamSynchronizingProducer ( edm::ParameterSet const &  iConfig)
inline

Member Function Documentation

◆ acquire()

void ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::acquire ( device::Event const &  iEvent,
device::EventSetup const &  iSetup 
)
inlineoverridevirtual

◆ fillDescriptions()

static void ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
inlinestatic

◆ produce()

void ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::produce ( device::Event iEvent,
device::EventSetup const &  iSetup 
)
inlineoverridevirtual

Member Data Documentation

◆ esTokenDevice_

const device::ESGetToken<AlpakaESTestDataDDevice, AlpakaESTestRecordD> ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::esTokenDevice_
private

Definition at line 43 of file TestAlpakaStreamSynchronizingProducer.cc.

Referenced by acquire().

◆ helper_

TestHelperClass ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::helper_
private

Definition at line 46 of file TestAlpakaStreamSynchronizingProducer.cc.

Referenced by acquire(), and produce().

◆ putToken_

const edm::EDPutTokenT<portabletest::TestHostCollection> ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::putToken_
private

Definition at line 44 of file TestAlpakaStreamSynchronizingProducer.cc.

Referenced by produce().