Definition at line 90 of file skzpReweight.h.
bool nbw::skzpReweight::LessThan::operator() |
( |
const mapkey |
lhs, |
|
|
const mapkey |
rhs |
|
) |
| const |
|
inline |
Definition at line 92 of file skzpReweight.h.
94 if (lhs.NuDex < rhs.NuDex)
96 else if (lhs.NuDex == rhs.NuDex)
98 if(lhs.DetDex < rhs.DetDex)
100 else if (lhs.DetDex == rhs.DetDex)
102 if(lhs.BeamDex < rhs.BeamDex)
104 else if (lhs.BeamDex == rhs.BeamDex)
106 if(lhs.EffDex < rhs.EffDex)
The documentation for this struct was generated from the following file: