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 | |
cms::cuda::host::unique_ptr < ZVertexSoA > | m_soa |
edm::EDGetTokenT < cms::cuda::Product < ZVertexHeterogeneous > > | tokenCUDA_ |
edm::EDPutTokenT < ZVertexHeterogeneous > | tokenSOA_ |
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 20 of file PixelVertexSoAFromCUDA.cc.
|
explicit |
Definition at line 39 of file PixelVertexSoAFromCUDA.cc.
|
overridedefault |
|
overrideprivate |
Definition at line 50 of file PixelVertexSoAFromCUDA.cc.
References edm::Event::get(), m_soa, eostools::move(), and tokenCUDA_.
|
static |
Definition at line 43 of file PixelVertexSoAFromCUDA.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 60 of file PixelVertexSoAFromCUDA.cc.
References edm::Event::emplace(), m_soa, eostools::move(), and tokenSOA_.
|
private |
Definition at line 36 of file PixelVertexSoAFromCUDA.cc.
|
private |
Definition at line 33 of file PixelVertexSoAFromCUDA.cc.
Referenced by acquire().
|
private |
Definition at line 34 of file PixelVertexSoAFromCUDA.cc.
Referenced by produce().