Matcher of reconstructed objects to other reconstructed objects using the tracks inside them. More...
Public Member Functions | |
MatcherUsingTracks (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~MatcherUsingTracks () 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 Member Functions | |
template<typename T > | |
void | storeValueMap (edm::Event &iEvent, const edm::Handle< edm::View< reco::Candidate > > &handle, const std::vector< T > &values, const std::string &label) const |
Store extra information in a ValueMap. More... | |
Private Attributes | |
MatcherUsingTracksAlgorithm | algo_ |
The real workhorse. More... | |
bool | dontFailOnMissingInput_ |
Some extra configurables. More... | |
edm::EDGetTokenT< edm::View < reco::Candidate > > | matchedToken_ |
edm::EDGetTokenT< edm::View < reco::Candidate > > | srcToken_ |
Labels for input collections. More... | |
bool | writeExtraPATOutput_ |
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 |
Matcher of reconstructed objects to other reconstructed objects using the tracks inside them.
Definition at line 32 of file MatcherUsingTracks.cc.
|
explicit |
Definition at line 61 of file MatcherUsingTracks.cc.
References algo_, and writeExtraPATOutput_.
|
inlineoverride |
Definition at line 35 of file MatcherUsingTracks.cc.
|
override |
Definition at line 92 of file MatcherUsingTracks.cc.
References algo_, HLT_FULL_cff::chi2, HLT_FULL_cff::deltaEtas, HLT_FULL_cff::deltaPhis, edm::Event::getByToken(), iEvent, pat::UserData::make(), match(), eostools::move(), edm::Event::put(), and alcazmumu_cfi::src.
|
private |
Store extra information in a ValueMap.
Definition at line 176 of file MatcherUsingTracks.cc.
References edm::helper::Filler< Map >::fill(), patZpeak::handle, edm::helper::Filler< Map >::insert(), eostools::move(), and edm::Event::put().
|
private |
The real workhorse.
Definition at line 45 of file MatcherUsingTracks.cc.
Referenced by MatcherUsingTracks().
|
private |
Some extra configurables.
Definition at line 48 of file MatcherUsingTracks.cc.
|
private |
Definition at line 42 of file MatcherUsingTracks.cc.
|
private |
Labels for input collections.
Definition at line 41 of file MatcherUsingTracks.cc.
|
private |
Definition at line 49 of file MatcherUsingTracks.cc.
Referenced by MatcherUsingTracks().