#include <RecoTauCleaningTools.h>
Public Member Functions | |
bool | operator() (const Type &a, const Type &b) const |
RecoTauLexicographicalRanking (const RankingList &rankers) | |
Private Attributes | |
const RankingList & | rankers_ |
Definition at line 9 of file RecoTauCleaningTools.h.
reco::tau::RecoTauLexicographicalRanking< RankingList, Type >::RecoTauLexicographicalRanking | ( | const RankingList & | rankers | ) | [inline, explicit] |
Definition at line 14 of file RecoTauCleaningTools.h.
: rankers_(rankers) {}
bool reco::tau::RecoTauLexicographicalRanking< RankingList, Type >::operator() | ( | const Type & | a, |
const Type & | b | ||
) | const [inline] |
Definition at line 17 of file RecoTauCleaningTools.h.
References a, b, and reco::tau::RecoTauLexicographicalRanking< RankingList, Type >::rankers_.
const RankingList& reco::tau::RecoTauLexicographicalRanking< RankingList, Type >::rankers_ [private] |
Definition at line 30 of file RecoTauCleaningTools.h.
Referenced by reco::tau::RecoTauLexicographicalRanking< RankingList, Type >::operator()().