#include <PhysObjectMatcher.h>
Public Member Functions | |
PhysObjectMatcher (const edm::ParameterSet &cfg) | |
~PhysObjectMatcher () 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 |
Private Types | |
typedef std::pair< size_t, size_t > | IndexPair |
typedef std::vector< IndexPair > | MatchContainer |
typedef edm::Association< C2 > | MatchMap |
typedef C1::value_type | T1 |
typedef C2::value_type | T2 |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
bool | select (const T1 &c1, const T2 &c2) const |
Private Attributes | |
edm::ParameterSet | config_ |
D | distance_ |
edm::EDGetTokenT< C2 > | matchedToken_ |
bool | resolveAmbiguities_ |
bool | resolveByMatchQuality_ |
S | select_ |
edm::EDGetTokenT< C1 > | srcToken_ |
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 58 of file PhysObjectMatcher.h.
|
private |
Definition at line 67 of file PhysObjectMatcher.h.
|
private |
Definition at line 68 of file PhysObjectMatcher.h.
|
private |
Definition at line 66 of file PhysObjectMatcher.h.
|
private |
Definition at line 64 of file PhysObjectMatcher.h.
|
private |
Definition at line 65 of file PhysObjectMatcher.h.
reco::PhysObjectMatcher< C1, C2, S, D, Q >::PhysObjectMatcher | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 85 of file PhysObjectMatcher.h.
References reco::PhysObjectMatcher< C1, C2, S, D, Q >::resolveAmbiguities_, and reco::PhysObjectMatcher< C1, C2, S, D, Q >::resolveByMatchQuality_.
|
override |
Definition at line 100 of file PhysObjectMatcher.h.
|
overrideprivate |
Definition at line 103 of file PhysObjectMatcher.h.
References cms::cuda::assert(), DummyCfis::c, HLT_2024v14_cff::cands, distance_, trigObjTnPSource_cfi::filler, edm::Event::getByToken(), mps_fire::i, heavyIonCSV_trainingSettings::idx, dqmdumpme::indices, visualization-live-secondInstance_cfg::m, volumeBasedMagneticField_160812_cfi::master, muonTagProbeFilters_cff::matched, eostools::move(), edm::Event::put(), edm::second(), singleTopDQM_cfi::select, and jetUpdater_cfi::sort.
|
inlineprivate |
Definition at line 78 of file PhysObjectMatcher.h.
References alignmentValidation::c1, and reco::PhysObjectMatcher< C1, C2, S, D, Q >::select_.
|
private |
Definition at line 70 of file PhysObjectMatcher.h.
|
private |
Definition at line 80 of file PhysObjectMatcher.h.
|
private |
Definition at line 72 of file PhysObjectMatcher.h.
|
private |
Definition at line 73 of file PhysObjectMatcher.h.
Referenced by reco::PhysObjectMatcher< C1, C2, S, D, Q >::PhysObjectMatcher().
|
private |
Definition at line 75 of file PhysObjectMatcher.h.
Referenced by reco::PhysObjectMatcher< C1, C2, S, D, Q >::PhysObjectMatcher().
|
private |
Definition at line 79 of file PhysObjectMatcher.h.
Referenced by reco::PhysObjectMatcher< C1, C2, S, D, Q >::select().
|
private |
Definition at line 71 of file PhysObjectMatcher.h.