Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
TICLCandidateFromTrackstersProducer (const edm::ParameterSet &) | |
~TICLCandidateFromTrackstersProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
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 Attributes | |
float | min_particle_prob_ |
std::unique_ptr< TracksterMomentumPluginBase > | momentum_algo_ |
std::unique_ptr< TracksterTrackPluginBase > | track_algo_ |
std::vector< edm::EDGetTokenT< std::vector< Trackster > > > | trackster_tokens_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 24 of file TICLCandidateFromTrackstersProducer.cc.
TICLCandidateFromTrackstersProducer::TICLCandidateFromTrackstersProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 63 of file TICLCandidateFromTrackstersProducer.cc.
References get, edm::ParameterSet::getParameter(), momentum_algo_, AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, track_algo_, trackster_tokens_, and edm::vector_transform().
|
inlineoverride |
Definition at line 27 of file TICLCandidateFromTrackstersProducer.cc.
|
static |
Definition at line 78 of file TICLCandidateFromTrackstersProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 103 of file TICLCandidateFromTrackstersProducer.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), HLT_2024v13_cff::distance, hcalRecHitTable_cff::energy, edm::Event::getByToken(), mps_fire::i, hgcal_clustering::max_index(), min_particle_prob_, momentum_algo_, eostools::move(), ticl::mpion2, HiggsValidation_cfi::pdg_id, edm::Event::put(), mps_fire::result, mathSSE::sqrt(), track_algo_, and trackster_tokens_.
|
private |
Definition at line 36 of file TICLCandidateFromTrackstersProducer.cc.
Referenced by produce().
|
private |
Definition at line 34 of file TICLCandidateFromTrackstersProducer.cc.
Referenced by produce(), and TICLCandidateFromTrackstersProducer().
|
private |
Definition at line 35 of file TICLCandidateFromTrackstersProducer.cc.
Referenced by produce(), and TICLCandidateFromTrackstersProducer().
|
private |
Definition at line 33 of file TICLCandidateFromTrackstersProducer.cc.
Referenced by produce(), and TICLCandidateFromTrackstersProducer().