CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Functions
RecoTauCommonUtilities.cc File Reference
#include "RecoTauTag/RecoTau/interface/RecoTauCommonUtilities.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

 reco
 fixed size matrix
 
 reco::tau
 

Typedefs

typedef PFCandPtrs::iterator PFCandIter
 
typedef std::vector
< reco::PFCandidatePtr
PFCandPtrs
 

Functions

std::vector< PFCandidatePtr > reco::tau::flattenPiZeros (const std::vector< RecoTauPiZero >::const_iterator &, const std::vector< RecoTauPiZero >::const_iterator &)
 Flatten a list of pi zeros into a list of there constituent PFCandidates. More...
 
std::vector< PFCandidatePtr > reco::tau::flattenPiZeros (const std::vector< RecoTauPiZero > &)
 
std::vector< PFCandidatePtr > reco::tau::pfCandidates (const PFJet &jet, int particleId, bool sort=true)
 
std::vector< PFCandidatePtr > reco::tau::pfCandidates (const PFJet &jet, const std::vector< int > &particleIds, bool sort=true)
 Extract pfCandidates of a that match a list of particle Ids from a PFJet. More...
 
std::vector< PFCandidatePtr > reco::tau::pfChargedCands (const PFJet &jet, bool sort=true)
 Extract all non-neutral candidates from a PFJet. More...
 
std::vector< PFCandidatePtr > reco::tau::pfGammas (const PFJet &jet, bool sort=true)
 Extract all pfGammas from a PFJet. More...
 

Typedef Documentation

typedef PFCandPtrs::iterator PFCandIter

Definition at line 11 of file RecoTauCommonUtilities.cc.

typedef std::vector<reco::PFCandidatePtr> PFCandPtrs

Definition at line 10 of file RecoTauCommonUtilities.cc.