Public Member Functions | |
void | acquire (edm::Event const &event, edm::EventSetup const &setup, edm::WaitingTaskWithArenaHolder task) override |
void | produce (edm::Event &event, edm::EventSetup const &) override |
TestPortableTranscriber (edm::ParameterSet const &config) | |
Public Member Functions inherited from edm::stream::EDProducer< edm::ExternalWork > | |
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 EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const edm::EDGetTokenT< cms::cuda::Product< cudatest::TestDeviceCollection > > | deviceToken_ |
cudatest::TestHostCollection | hostProduct_ |
const edm::EDPutTokenT< cudatest::TestHostCollection > | hostToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::ExternalWork > | |
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 |
Definition at line 17 of file TestPortableTranscriber.cc.
|
inline |
Definition at line 19 of file TestPortableTranscriber.cc.
|
inlineoverride |
Definition at line 22 of file TestPortableTranscriber.cc.
References cms::cuda::PortableHostCollection< T >::buffer(), cms::cuda::PortableDeviceCollection< T >::bufferSize(), cms::cuda::PortableDeviceCollection< T >::const_buffer(), cms::cuda::copyAsync(), deviceToken_, hostProduct_, input, eostools::move(), and TrackValidation_cff::task.
|
inlinestatic |
Definition at line 43 of file TestPortableTranscriber.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), and submitPVResolutionJobs::desc.
|
inlineoverride |
Definition at line 38 of file TestPortableTranscriber.cc.
References hostProduct_, hostToken_, and eostools::move().
|
private |
Definition at line 50 of file TestPortableTranscriber.cc.
Referenced by acquire().
|
private |
Definition at line 54 of file TestPortableTranscriber.cc.
|
private |
Definition at line 51 of file TestPortableTranscriber.cc.
Referenced by produce().