helper class for finding the best and second best extrapolation More...
#include <L1MuDTEUX.h>
Public Member Functions | |
EUX_Comp (const L1MuDTEUX *k=0) | |
bool | operator() (const L1MuDTEUX *first, const L1MuDTEUX *second) const |
Private Attributes | |
const L1MuDTEUX * | _not |
helper class for finding the best and second best extrapolation
Definition at line 79 of file L1MuDTEUX.h.
L1MuDTEUX::EUX_Comp::EUX_Comp | ( | const L1MuDTEUX * | k = 0 | ) | [inline] |
Definition at line 81 of file L1MuDTEUX.h.
: _not(k) {}
bool L1MuDTEUX::EUX_Comp::operator() | ( | const L1MuDTEUX * | first, |
const L1MuDTEUX * | second | ||
) | const [inline] |
Definition at line 82 of file L1MuDTEUX.h.
References _not, L1MuDTEUX::quality(), and L1MuDTEUX::result().
const L1MuDTEUX* L1MuDTEUX::EUX_Comp::_not [private] |
Definition at line 89 of file L1MuDTEUX.h.
Referenced by operator()().