Public Member Functions | |
PixelVertexSoAFromCUDA (const edm::ParameterSet &iConfig) | |
~PixelVertexSoAFromCUDA () override=default | |
Public Member Functions inherited from edm::stream::EDProducer< edm::ExternalWork > | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | 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 iEvent, m_soa, eostools::move(), and tokenCUDA_.
|
static |
Definition at line 43 of file PixelVertexSoAFromCUDA.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 60 of file PixelVertexSoAFromCUDA.cc.
References iEvent, 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().