![]() |
![]() |
#include <DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTExtendedCand.h>
Public Member Functions | |
bool | operator() (const L1MuGMTExtendedCand &first, const L1MuGMTExtendedCand &second) const |
Definition at line 139 of file L1MuGMTExtendedCand.h.
bool L1MuGMTExtendedCand::RankRef::operator() | ( | const L1MuGMTExtendedCand & | first, | |
const L1MuGMTExtendedCand & | second | |||
) | const [inline] |
Definition at line 141 of file L1MuGMTExtendedCand.h.
References L1MuGMTExtendedCand::rank().
00141 { 00142 unsigned int rank_f = first.rank(); 00143 unsigned int rank_s = second.rank(); 00144 return rank_f > rank_s; 00145 }