Public Member Functions | |
PixelVertexSoAFromCUDA (const edm::ParameterSet &iConfig) | |
~PixelVertexSoAFromCUDA () override=default | |
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 Member Functions | |
void | acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, edm::WaitingTaskWithArenaHolder waitingTaskHolder) override |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) override |
Private Attributes | |
edm::EDGetTokenT< cms::cuda::Product< ZVertexSoADevice > > | tokenCUDA_ |
edm::EDPutTokenT< ZVertexSoAHost > | tokenSOA_ |
ZVertexSoAHost | zvertex_h |
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 21 of file PixelVertexSoAFromCUDA.cc.
|
explicit |
Definition at line 40 of file PixelVertexSoAFromCUDA.cc.
|
overridedefault |
|
overrideprivate |
Definition at line 51 of file PixelVertexSoAFromCUDA.cc.
References cms::cuda::PortableHostCollection< T >::buffer(), cudaCheck, iEvent, eostools::move(), tokenCUDA_, and zvertex_h.
|
static |
Definition at line 44 of file PixelVertexSoAFromCUDA.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v15_cff::InputTag.
|
overrideprivate |
Definition at line 65 of file PixelVertexSoAFromCUDA.cc.
References iEvent, eostools::move(), tokenSOA_, and zvertex_h.
|
private |
Definition at line 34 of file PixelVertexSoAFromCUDA.cc.
Referenced by acquire().
|
private |
Definition at line 35 of file PixelVertexSoAFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 37 of file PixelVertexSoAFromCUDA.cc.