Public Member Functions | |
PixelTrackSoAFromCUDAT (const edm::ParameterSet &iConfig) | |
~PixelTrackSoAFromCUDAT () 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 Types | |
using | TrackSoADevice = TrackSoAHeterogeneousDevice< TrackerTraits > |
using | TrackSoAHost = TrackSoAHeterogeneousHost< TrackerTraits > |
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< TrackSoADevice > > | tokenCUDA_ |
edm::EDPutTokenT< TrackSoAHost > | tokenSOA_ |
TrackSoAHost | tracks_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 26 of file PixelTrackSoAFromCUDA.cc.
|
private |
Definition at line 28 of file PixelTrackSoAFromCUDA.cc.
|
private |
Definition at line 27 of file PixelTrackSoAFromCUDA.cc.
|
explicit |
Definition at line 49 of file PixelTrackSoAFromCUDA.cc.
|
overridedefault |
|
overrideprivate |
Definition at line 61 of file PixelTrackSoAFromCUDA.cc.
References cudaCheck, iEvent, and eostools::move().
|
static |
Definition at line 53 of file PixelTrackSoAFromCUDA.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
overrideprivate |
Definition at line 76 of file PixelTrackSoAFromCUDA.cc.
References cms::cuda::assert(), gather_cfg::cout, iEvent, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, DMR_cfg::maxTracks, eostools::move(), nHits, TracksUtilities< TrackerTraits >::nHits(), nt, and beamSpotPI::nTracks.
|
private |
Definition at line 42 of file PixelTrackSoAFromCUDA.cc.
|
private |
Definition at line 43 of file PixelTrackSoAFromCUDA.cc.
|
private |
Definition at line 45 of file PixelTrackSoAFromCUDA.cc.