#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "CommonTools/RecoUtils/interface/PF_PU_AssoMapAlgos.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
Go to the source code of this file.
Classes | |
class | PFCand_AssoMapAlgos |
Typedefs | |
typedef std::pair < reco::PFCandidateRef, int > | PFCandQualityPair |
typedef std::vector < PFCandQualityPair > | PFCandQualityPairVector |
typedef edm::AssociationMap < edm::OneToManyWithQuality < reco::VertexCollection, reco::PFCandidateCollection, int > > | PFCandToVertexAssMap |
typedef std::pair < reco::VertexRef, PFCandQualityPair > | VertexPfcQuality |
typedef std::pair < reco::VertexRef, float > | VertexPtsumPair |
typedef std::vector < VertexPtsumPair > | VertexPtsumVector |
typedef edm::AssociationMap < edm::OneToManyWithQuality < reco::PFCandidateCollection, reco::VertexCollection, int > > | VertexToPFCandAssMap |
typedef std::pair<reco::PFCandidateRef, int> PFCandQualityPair |
Definition at line 28 of file PFCand_AssoMapAlgos.h.
typedef std::vector<PFCandQualityPair > PFCandQualityPairVector |
Definition at line 29 of file PFCand_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality< reco::VertexCollection, reco::PFCandidateCollection, int> > PFCandToVertexAssMap |
Definition at line 25 of file PFCand_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, PFCandQualityPair> VertexPfcQuality |
Definition at line 31 of file PFCand_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, float> VertexPtsumPair |
Definition at line 33 of file PFCand_AssoMapAlgos.h.
typedef std::vector< VertexPtsumPair > VertexPtsumVector |
Definition at line 34 of file PFCand_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality< reco::PFCandidateCollection, reco::VertexCollection, int> > VertexToPFCandAssMap |
Definition at line 26 of file PFCand_AssoMapAlgos.h.