#include <CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | input_AssociationType_ |
edm::EDGetTokenT< reco::TrackCollection > | token_TrackCollection_ |
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 |
Protected Member Functions inherited from PF_PU_AssoMapAlgos | |
std::vector< reco::VertexRef > | CreateVertexVector (edm::Handle< reco::VertexCollection >) |
int | DefineQuality (int, int, double) |
void | EraseVertex (std::vector< reco::VertexRef > &, reco::VertexRef) |
VertexStepPair | FindAssociation (const reco::TrackRef &, const std::vector< reco::VertexRef > &, edm::ESHandle< MagneticField >, edm::ESHandle< GlobalTrackingGeometry >, edm::Handle< reco::BeamSpot >, int) |
Description: Produces a map with association between tracks and their particular most probable vertex with a quality of this association
Description: Produces collection of tracks associated to the first vertex based on the pf_pu Association Map
Description: Produces a collection of PFCandidates associated to the first vertex based on the association map
Definition at line 40 of file PF_PU_AssoMap.h.
|
explicit |
Definition at line 26 of file PF_PU_AssoMap.cc.
References gather_cfg::cout, edm::ParameterSet::getParameter(), input_AssociationType_, edm::InputTag::label(), and token_TrackCollection_.
|
override |
Definition at line 52 of file PF_PU_AssoMap.cc.
|
static |
Definition at line 87 of file PF_PU_AssoMap.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 62 of file PF_PU_AssoMap.cc.
References PF_PU_AssoMapAlgos::createMappings(), PF_PU_AssoMapAlgos::GetInputCollections(), iEvent, input_AssociationType_, edm::InputTag::label(), eostools::move(), PF_PU_AssoMapAlgos::SortAssociationMap(), and token_TrackCollection_.
|
private |
Definition at line 52 of file PF_PU_AssoMap.h.
Referenced by PF_PU_AssoMap(), and produce().
|
private |
Definition at line 54 of file PF_PU_AssoMap.h.
Referenced by PF_PU_AssoMap(), and produce().