ATLAS Offline Software
|
internal class to store the matching paramter for a pair, and in the indices of the pair More...
#include <BestMatcher.h>
Public Member Functions | |
matched_ (double d, int i, int j) | |
double | d () const |
std::pair< int, int > | pair () const |
int | first () const |
int | second () const |
bool | operator< (const matched_ &a) const |
bool | operator> (const matched_ &a) const |
bool | operator== (const matched_ &a) const |
bool | operator!= (const matched_ &a) const |
Private Attributes | |
double | m_d |
std::pair< int, int > | m_match |
internal class to store the matching paramter for a pair, and in the indices of the pair
Definition at line 36 of file BestMatcher.h.
|
inline |
|
inline |
Definition at line 42 of file BestMatcher.h.
|
inline |
Definition at line 46 of file BestMatcher.h.
|
inline |
Definition at line 52 of file BestMatcher.h.
|
inline |
Definition at line 49 of file BestMatcher.h.
|
inline |
Definition at line 51 of file BestMatcher.h.
|
inline |
Definition at line 50 of file BestMatcher.h.
|
inline |
Definition at line 44 of file BestMatcher.h.
|
inline |
Definition at line 47 of file BestMatcher.h.
|
private |
Definition at line 55 of file BestMatcher.h.
|
private |
Definition at line 56 of file BestMatcher.h.