Go to the source code of this file.
|
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...
|
|