#include "DataFormats/Common/interface/AssociationMap.h"
#include "DataFormats/Common/interface/OneToManyWithQuality.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h"
Go to the source code of this file.
Namespaces | |
noPuUtils | |
Typedefs | |
typedef std::vector< std::pair< reco::PFCandidateRef, int > > | noPuUtils::CandQualityPairVector |
typedef edm::AssociationMap< edm::OneToManyWithQuality< reco::PFCandidateCollection, reco::VertexCollection, int > > | noPuUtils::reversedPFCandToVertexAssMap |
typedef std::vector< std::pair< reco::VertexRef, int > > | noPuUtils::VertexQualityPairVector |
Enumerations | |
enum | { noPuUtils::kNeutral =0, noPuUtils::kChNoAssoc, noPuUtils::kChPUAssoc, noPuUtils::kChHSAssoc } |
Functions | |
int | noPuUtils::isVertexAssociated (const reco::PFCandidatePtr &, const PFCandToVertexAssMap &, const reco::VertexCollection &, double) |
int | noPuUtils::isVertexAssociated_fast (const reco::PFCandidateRef &, const noPuUtils::reversedPFCandToVertexAssMap &, const reco::VertexCollection &, double, int &, int) |
void | noPuUtils::promoteAssocToHSAssoc (int quality, double z, const reco::VertexCollection &vertices, double dZ, int &vtxAssociationType, bool checkdR2) |
noPuUtils::reversedPFCandToVertexAssMap | noPuUtils::reversePFCandToVertexAssociation (const PFCandToVertexAssMap &) |