Public Member Functions | |
CAHitNtupletAlpaka (const edm::ParameterSet &iConfig) | |
void | produce (device::Event &iEvent, const device::EventSetup &es) override |
~CAHitNtupletAlpaka () override=default | |
Public Member Functions inherited from ALPAKA_ACCELERATOR_NAMESPACE::stream::EDProducer<> | |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) final |
Public Member Functions inherited from edm::ProducerBase< edm::stream::EDProducer, 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 Types | |
using | Algo = CAHitNtupletGenerator< TrackerTraits > |
using | HitsConstView = TrackingRecHitSoAConstView< TrackerTraits > |
using | HitsOnDevice = TrackingRecHitsSoACollection< TrackerTraits > |
using | HitsOnHost = TrackingRecHitHost< TrackerTraits > |
using | TkSoADevice = TracksSoACollection< TrackerTraits > |
using | TkSoAHost = TracksHost< TrackerTraits > |
Private Attributes | |
const device::ESGetToken< PixelCPEFastParams< TrackerTraits >, PixelCPEFastParamsRecord > | cpeToken_ |
Algo | deviceAlgo_ |
const edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > | tokenField_ |
const device::EDGetToken< HitsOnDevice > | tokenHit_ |
const device::EDPutToken< TkSoADevice > | tokenTrack_ |
Additional Inherited Members | |
Public Types inherited from edm::ProducerBase< edm::stream::EDProducer, 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, 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 30 of file CAHitNtuplet.cc.
|
private |
Definition at line 38 of file CAHitNtuplet.cc.
|
private |
Definition at line 31 of file CAHitNtuplet.cc.
|
private |
Definition at line 32 of file CAHitNtuplet.cc.
|
private |
Definition at line 33 of file CAHitNtuplet.cc.
|
private |
Definition at line 36 of file CAHitNtuplet.cc.
|
private |
Definition at line 35 of file CAHitNtuplet.cc.
|
explicit |
Definition at line 56 of file CAHitNtuplet.cc.
|
overridedefault |
|
static |
Definition at line 64 of file CAHitNtuplet.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, reco::modules::fillPSetDescription(), ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements ALPAKA_ACCELERATOR_NAMESPACE::stream::EDProducer<>.
Definition at line 78 of file CAHitNtuplet.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::device::EventSetup::getData(), hfClusterShapes_cfi::hits, and iEvent.
|
private |
Definition at line 48 of file CAHitNtuplet.cc.
|
private |
Definition at line 52 of file CAHitNtuplet.cc.
|
private |
Definition at line 47 of file CAHitNtuplet.cc.
|
private |
Definition at line 49 of file CAHitNtuplet.cc.
|
private |
Definition at line 50 of file CAHitNtuplet.cc.