Functions | |
double | dPtCut (const reco::TrackBase::TrackAlgorithm &, const std::vector< double > &, bool) |
double | errorScale (const reco::TrackBase::TrackAlgorithm &, const std::vector< double > &) |
bool | highQuality (const reco::TrackBase::TrackAlgorithm &) |
bool | isFifthStep (const reco::TrackBase::TrackAlgorithm &) |
bool | isGoodForEGM (const reco::TrackBase::TrackAlgorithm &) |
bool | isGoodForEGMPrimary (const reco::TrackBase::TrackAlgorithm &) |
unsigned int | nHitCut (const reco::TrackBase::TrackAlgorithm &, const std::vector< unsigned int > &, bool) |
bool | nonIterative (const reco::TrackBase::TrackAlgorithm &) |
bool | step45 (const reco::TrackBase::TrackAlgorithm &) |
bool | step5 (const reco::TrackBase::TrackAlgorithm &) |
double PFTrackAlgoTools::dPtCut | ( | const reco::TrackBase::TrackAlgorithm & | algo, |
const std::vector< double > & | cuts, | ||
bool | hltIterativeTracking = true |
||
) |
Definition at line 4 of file PFTrackAlgoTools.cc.
double PFTrackAlgoTools::errorScale | ( | const reco::TrackBase::TrackAlgorithm & | algo, |
const std::vector< double > & | errorScale | ||
) |
Definition at line 86 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::highQuality | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 200 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::isFifthStep | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 168 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::isGoodForEGM | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 118 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::isGoodForEGMPrimary | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 148 of file PFTrackAlgoTools.cc.
unsigned int PFTrackAlgoTools::nHitCut | ( | const reco::TrackBase::TrackAlgorithm & | algo, |
const std::vector< unsigned int > & | cuts, | ||
bool | hltIterativeTracking = true |
||
) |
Definition at line 45 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::nonIterative | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 219 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::step45 | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 233 of file PFTrackAlgoTools.cc.
bool PFTrackAlgoTools::step5 | ( | const reco::TrackBase::TrackAlgorithm & | algo | ) |
Definition at line 246 of file PFTrackAlgoTools.cc.