Classes | |
class | mt2 |
Variables | |
const double | RELATIVE_PRECISION = 0.00001 |
const double | ABSOLUTE_PRECISION = 0.0 |
const double | MIN_MASS = 0.1 |
const double | ZERO_MASS = 0.000 |
const double | SCANSTEP = 0.1 |
const double ABSOLUTE_PRECISION = 0.0 |
Definition at line 28 of file mt2_bisect.hh.
const double MIN_MASS = 0.1 |
Definition at line 33 of file mt2_bisect.hh.
const double RELATIVE_PRECISION = 0.00001 |
Definition at line 25 of file mt2_bisect.hh.
const double SCANSTEP = 0.1 |
Definition at line 35 of file mt2_bisect.hh.
Referenced by mt2::mt2_massless().
const double ZERO_MASS = 0.000 |
Definition at line 34 of file mt2_bisect.hh.