Public Member Functions | |
void | acquire (device::Event const &event, device::EventSetup const &setup) override |
PFClusterSoAProducer (edm::ParameterSet const &config) | |
void | produce (device::Event &event, device::EventSetup const &setup) override |
Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<> | |
void | acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, edm::WaitingTaskWithArenaHolder holder) final |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) final |
Public Member Functions inherited from edm::ProducerBase< edm::stream::EDProducer, edm::ExternalWork, Args... > | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
std::vector< bool > const & | recordProvenanceList () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
TypeLabelList const & | typeLabelList () const |
used by the fwk to register the list of products of this module More... | |
~ProducerBase () noexcept(false) override | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const edm::EDGetTokenT< reco::PFRecHitHostCollection > | inputPFRecHitSoA_Token_ |
cms::alpakatools::host_buffer< uint32_t > | numRHF_ |
const device::EDPutToken< reco::PFClusterDeviceCollection > | outputPFClusterSoA_Token_ |
const device::EDPutToken< reco::PFRecHitFractionDeviceCollection > | outputPFRHFractionSoA_Token_ |
const device::ESGetToken< reco::PFClusterParamsDeviceCollection, JobConfigurationGPURecord > | pfClusParamsToken |
std::optional< reco::PFClusteringEdgeVarsDeviceCollection > | pfClusteringEdgeVars_ |
std::optional< reco::PFClusteringVarsDeviceCollection > | pfClusteringVars_ |
std::optional< reco::PFClusterDeviceCollection > | pfClusters_ |
const bool | synchronise_ |
const device::ESGetToken< reco::PFRecHitHCALTopologyDeviceCollection, PFRecHitHCALTopologyRecord > | topologyToken_ |
Additional Inherited Members | |
Public Types inherited from edm::ProducerBase< edm::stream::EDProducer, edm::ExternalWork, Args... > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase< edm::stream::EDProducer, edm::ExternalWork, Args... > | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
BranchAliasSetterT< ProductType > | produces () |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Definition at line 19 of file PFClusterSoAProducer.cc.
|
inline |
Definition at line 21 of file PFClusterSoAProducer.cc.
|
inlineoverridevirtual |
Implements ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<>.
Definition at line 30 of file PFClusterSoAProducer.cc.
References inputPFRecHitSoA_Token_, numRHF_, submitPVValidationJobs::params, pfClusParamsToken, pfClusteringEdgeVars_, pfClusteringVars_, pfClusters_, HLT_2024v14_cff::pfRecHits, ALPAKA_ACCELERATOR_NAMESPACE::PFClusterProducerKernel::seedTopoAndContract(), singleTopDQM_cfi::setup, HLT_2024v14_cff::topology, and topologyToken_.
|
inlinestatic |
Definition at line 90 of file PFClusterSoAProducer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
inlineoverridevirtual |
Implements ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<>.
Definition at line 57 of file PFClusterSoAProducer.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::PFClusterProducerKernel::cluster(), inputPFRecHitSoA_Token_, eostools::move(), numRHF_, outputPFClusterSoA_Token_, outputPFRHFractionSoA_Token_, submitPVValidationJobs::params, pfClusParamsToken, pfClusteringEdgeVars_, pfClusteringVars_, pfClusters_, HLT_2024v14_cff::pfRecHits, singleTopDQM_cfi::setup, synchronise_, HLT_2024v14_cff::topology, topologyToken_, and SequenceTypes::wait().
|
private |
Definition at line 102 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 105 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 103 of file PFClusterSoAProducer.cc.
Referenced by produce().
|
private |
Definition at line 104 of file PFClusterSoAProducer.cc.
Referenced by produce().
|
private |
Definition at line 100 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 107 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 106 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 108 of file PFClusterSoAProducer.cc.
|
private |
Definition at line 109 of file PFClusterSoAProducer.cc.
Referenced by produce().
|
private |
Definition at line 101 of file PFClusterSoAProducer.cc.