Public Member Functions | |
HcalCPURecHitsProducer (edm::ParameterSet const &ps) | |
~HcalCPURecHitsProducer () 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 &) |
Private Types | |
using | IProductType = cms::cuda::Product< hcal::RecHitCollection< calo::common::DevStoragePolicy > > |
using | OProductType = hcal::RecHitCollection< calo::common::VecStoragePolicy< calo::common::CUDAHostAllocatorAlias > > |
Private Member Functions | |
void | acquire (edm::Event const &, edm::EventSetup const &, edm::WaitingTaskWithArenaHolder) override |
void | produce (edm::Event &, edm::EventSetup const &) override |
Private Attributes | |
const bool | produceLegacy_ |
const bool | produceSoA_ |
const edm::EDPutTokenT< HBHERecHitCollection > | recHitsLegacyTokenOut_ |
const edm::EDGetTokenT< IProductType > | recHitsM0TokenIn_ |
const edm::EDPutTokenT< OProductType > | recHitsM0TokenOut_ |
OProductType | tmpRecHits_ |
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 15 of file HcalCPURecHitsProducer.cc.
|
private |
Definition at line 30 of file HcalCPURecHitsProducer.cc.
|
private |
Definition at line 33 of file HcalCPURecHitsProducer.cc.
|
explicit |
Definition at line 53 of file HcalCPURecHitsProducer.cc.
References edm::ParameterSet::getParameter().
|
overridedefault |
|
overrideprivate |
Definition at line 64 of file HcalCPURecHitsProducer.cc.
References hcal::RecHitCollection< StoragePolicy >::chi2, gather_cfg::cout, cudaCheck, mps_fire::dest, hcal::RecHitCollection< StoragePolicy >::did, hcal::RecHitCollection< StoragePolicy >::energy, hcal::RecHitCollection< StoragePolicy >::energyM0, eostools::move(), FastTrackerRecHitMaskProducer_cfi::recHits, recHitsM0TokenIn_, hcal::RecHitCollection< StoragePolicy >::resize(), TrackRefitter_38T_cff::src, hcal::RecHitCollection< StoragePolicy >::timeM0, tmpRecHits_, and relativeConstraints::value.
|
static |
Definition at line 41 of file HcalCPURecHitsProducer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 99 of file HcalCPURecHitsProducer.cc.
References hcal::RecHitCollection< StoragePolicy >::chi2, hcal::RecHitCollection< StoragePolicy >::did, hcal::RecHitCollection< StoragePolicy >::energy, hcal::RecHitCollection< StoragePolicy >::energyM0, mps_fire::i, eostools::move(), produceLegacy_, produceSoA_, recHitsLegacyTokenOut_, recHitsM0TokenOut_, hcal::RecHitCollection< StoragePolicy >::resize(), and tmpRecHits_.
|
private |
Definition at line 28 of file HcalCPURecHitsProducer.cc.
Referenced by produce().
|
private |
Definition at line 27 of file HcalCPURecHitsProducer.cc.
Referenced by produce().
|
private |
Definition at line 35 of file HcalCPURecHitsProducer.cc.
Referenced by produce().
|
private |
Definition at line 31 of file HcalCPURecHitsProducer.cc.
Referenced by acquire().
|
private |
Definition at line 34 of file HcalCPURecHitsProducer.cc.
Referenced by produce().
|
private |
Definition at line 38 of file HcalCPURecHitsProducer.cc.