#include <CommonTools/RecoUtils/plugins/PFCand_NoPU_WithAM.cc>
Public Member Functions | |
PF_PU_AssoMap (const edm::ParameterSet &) | |
~PF_PU_AssoMap () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Public Member Functions inherited from PF_PU_AssoMapAlgos | |
std::unique_ptr< TrackToVertexAssMap > | CreateTrackToVertexMap (edm::Handle< reco::TrackCollection >, const edm::EventSetup &) |
std::unique_ptr< VertexToTrackAssMap > | CreateVertexToTrackMap (edm::Handle< reco::TrackCollection >, const edm::EventSetup &) |
virtual void | GetInputCollections (edm::Event &, const edm::EventSetup &) |
PF_PU_AssoMapAlgos (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
PF_PU_AssoMapAlgos (const edm::ParameterSet &, edm::ConsumesCollector &) | |
std::unique_ptr< TrackToVertexAssMap > | SortAssociationMap (TrackToVertexAssMap *, edm::Handle< reco::TrackCollection >) |
virtual | ~PF_PU_AssoMapAlgos ()(false) |
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_ |
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 41 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 57 of file PF_PU_AssoMap.cc.
|
static |
Definition at line 102 of file PF_PU_AssoMap.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
|
overrideprivate |
Definition at line 72 of file PF_PU_AssoMap.cc.
References PF_PU_AssoMapAlgos::CreateTrackToVertexMap(), PF_PU_AssoMapAlgos::CreateVertexToTrackMap(), edm::Event::getByToken(), PF_PU_AssoMapAlgos::GetInputCollections(), input_AssociationType_, edm::InputTag::label(), eostools::move(), edm::Event::put(), PF_PU_AssoMapAlgos::SortAssociationMap(), and token_TrackCollection_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 53 of file PF_PU_AssoMap.h.
Referenced by PF_PU_AssoMap(), and produce().
|
private |
Definition at line 55 of file PF_PU_AssoMap.h.
Referenced by PF_PU_AssoMap(), and produce().