|
unsigned long int | bad = std::numeric_limits<unsigned long>::max() |
|
Definition at line 102 of file FPGATrackSimMultiTruth.h.
◆ operator()()
bool FPGATrackSimMultiTruth::TruthMapWeightLt::operator() |
( |
const TruthMap::value_type & |
a, |
|
|
const TruthMap::value_type & |
b |
|
) |
| const |
|
inline |
Definition at line 104 of file FPGATrackSimMultiTruth.h.
105 const bool a_info = (
a.first.first !=
bad) && (
a.first.second !=
bad);
106 const bool b_info = (
b.first.first !=
bad) && (
b.first.second !=
bad);
107 return a_info && b_info ?
a.second <
b.second : b_info;
◆ bad
unsigned long int FPGATrackSimMultiTruth::TruthMapWeightLt::bad = std::numeric_limits<unsigned long>::max() |
The documentation for this struct was generated from the following file: