#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"
#include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"
Go to the source code of this file.
Classes | |
class | PFCand_AssoMapAlgos |
Namespaces | |
edm | |
HLT enums. | |
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 34 of file PFCand_AssoMapAlgos.h.
typedef std::vector<PFCandQualityPair> PFCandQualityPairVector |
Definition at line 35 of file PFCand_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::VertexCollection, reco::PFCandidateCollection, int> > PFCandToVertexAssMap |
Definition at line 30 of file PFCand_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, PFCandQualityPair> VertexPfcQuality |
Definition at line 37 of file PFCand_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, float> VertexPtsumPair |
Definition at line 39 of file PFCand_AssoMapAlgos.h.
typedef std::vector<VertexPtsumPair> VertexPtsumVector |
Definition at line 40 of file PFCand_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::PFCandidateCollection, reco::VertexCollection, int> > VertexToPFCandAssMap |
Definition at line 32 of file PFCand_AssoMapAlgos.h.