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 | |
SiPixelRecHitFromCUDA (const edm::ParameterSet &iConfig) | |
~SiPixelRecHitFromCUDA () 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 | |
const edm::EDGetTokenT< SiPixelClusterCollectionNew > | clusterToken_ |
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | geomToken_ |
cms::cuda::host::unique_ptr< uint32_t[]> | hitsModuleStart_ |
const edm::EDGetTokenT< cms::cuda::Product< TrackingRecHit2DGPU > > | hitsToken_ |
const edm::EDPutTokenT< HMSstorage > | hostPutToken_ |
uint32_t | nHits_ |
const edm::EDPutTokenT< SiPixelRecHitCollection > | rechitsPutToken_ |
cms::cuda::host::unique_ptr< float[]> | store32_ |
Definition at line 27 of file SiPixelRecHitFromCUDA.cc.
using SiPixelRecHitFromCUDA::HMSstorage = HostProduct<uint32_t[]> |
Definition at line 34 of file SiPixelRecHitFromCUDA.cc.
|
explicit |
Definition at line 53 of file SiPixelRecHitFromCUDA.cc.
|
overridedefault |
|
overrideprivate |
Definition at line 68 of file SiPixelRecHitFromCUDA.cc.
References hitsModuleStart_, hitsToken_, iEvent, LogDebug, eostools::move(), nHits_, and store32_.
|
static |
Definition at line 61 of file SiPixelRecHitFromCUDA.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 85 of file SiPixelRecHitFromCUDA.cc.
References cms::cuda::assert(), clusterToken_, filterCSVwithJSON::copy, edmNew::DetSetVector< T >::FastFiller::emplace_back(), relativeConstraints::geom, geomToken_, edm::EventSetup::getData(), hitsModuleStart_, hostPutToken_, iEvent, GeomDet::index(), input, dqmdumpme::k, LogDebug, edmNew::makeRefTo(), gpuClustering::maxHitsInModule(), gpuClustering::maxNumModules, min(), eostools::move(), nhits, nHits_, convertSQLitetoXML_cfg::output, rechitsPutToken_, edmNew::DetSetVector< T >::FastFiller::size(), and store32_.
|
private |
Definition at line 44 of file SiPixelRecHitFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 42 of file SiPixelRecHitFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 50 of file SiPixelRecHitFromCUDA.cc.
|
private |
Definition at line 43 of file SiPixelRecHitFromCUDA.cc.
Referenced by acquire().
|
private |
Definition at line 46 of file SiPixelRecHitFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 48 of file SiPixelRecHitFromCUDA.cc.
|
private |
Definition at line 45 of file SiPixelRecHitFromCUDA.cc.
Referenced by produce().
|
private |
Definition at line 49 of file SiPixelRecHitFromCUDA.cc.