Public Types | |
using | HMSstorage = HostProduct< uint32_t[]> |
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 |
Public Member Functions | |
SiPixelRecHitFromCUDA (const edm::ParameterSet &iConfig) | |
~SiPixelRecHitFromCUDA () 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 | |
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< TrackingRecHit2DCUDA > > | 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, benchmark_cfg::fc, relativeConstraints::geom, geomToken_, edm::EventSetup::getData(), hitsModuleStart_, hostPutToken_, iEvent, GeomDet::index(), input, dqmdumpme::k, LogDebug, edmNew::makeRefTo(), TrackingRecHit2DSOAView::maxHits(), gpuClustering::maxHitsInModule(), gpuClustering::maxNumModules, min(), eostools::move(), nhits, nHits_, convertSQLitetoXML_cfg::output, edmNew::DetSetVector< T >::FastFiller::push_back(), 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.