Public Types | |
using | HMSstorage = HostProduct< uint32_t[]> |
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 |
Public Member Functions | |
SiPixelRecHitSoAFromCUDA (const edm::ParameterSet &iConfig) | |
~SiPixelRecHitSoAFromCUDA () 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< uint32_t[]> | hitsModuleStart_ |
const edm::EDPutTokenT< TrackingRecHit2DCPU > | hitsPutTokenCPU_ |
const edm::EDGetTokenT< cms::cuda::Product< TrackingRecHit2DGPU > > | hitsTokenGPU_ |
const edm::EDPutTokenT< HMSstorage > | hostPutToken_ |
uint32_t | nHits_ |
uint32_t | nMaxModules_ |
cms::cuda::host::unique_ptr< uint16_t[]> | store16_ |
cms::cuda::host::unique_ptr< float[]> | store32_ |
Definition at line 27 of file SiPixelRecHitSoAFromCUDA.cc.
using SiPixelRecHitSoAFromCUDA::HMSstorage = HostProduct<uint32_t[]> |
Definition at line 33 of file SiPixelRecHitSoAFromCUDA.cc.
|
explicit |
Definition at line 53 of file SiPixelRecHitSoAFromCUDA.cc.
|
overridedefault |
|
overrideprivate |
Definition at line 65 of file SiPixelRecHitSoAFromCUDA.cc.
References hitsModuleStart_, hitsTokenGPU_, iEvent, LogDebug, eostools::move(), nHits_, nMaxModules_, store16_, and store32_.
|
static |
Definition at line 59 of file SiPixelRecHitSoAFromCUDA.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and HLT_2022v15_cff::InputTag.
|
overrideprivate |
Definition at line 83 of file SiPixelRecHitSoAFromCUDA.cc.
References filterCSVwithJSON::copy, hitsModuleStart_, hitsPutTokenCPU_, hostPutToken_, iEvent, eostools::move(), nHits_, nMaxModules_, store16_, and store32_.
|
private |
Definition at line 50 of file SiPixelRecHitSoAFromCUDA.cc.
|
private |
Definition at line 42 of file SiPixelRecHitSoAFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 41 of file SiPixelRecHitSoAFromCUDA.cc.
Referenced by acquire().
|
private |
Definition at line 43 of file SiPixelRecHitSoAFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 45 of file SiPixelRecHitSoAFromCUDA.cc.
|
private |
Definition at line 46 of file SiPixelRecHitSoAFromCUDA.cc.
|
private |
Definition at line 49 of file SiPixelRecHitSoAFromCUDA.cc.
|
private |
Definition at line 48 of file SiPixelRecHitSoAFromCUDA.cc.