LHAPDF 6.5.4
|
Classes | |
struct | LHAPDF::bad_lexical_cast |
When lexical_cast goes bad. More... | |
Functions | |
LHAPDF::bad_lexical_cast::bad_lexical_cast (const std::string &what) | |
Constructor. | |
Math functions | |
| |
template<typename N > | |
N | LHAPDF::sqr (const N &x) |
Convenience function for squaring (of any type) | |
template<typename N > | |
int | LHAPDF::sgn (N val) |
Get the sign of a number. | |
int | LHAPDF::in_range (double x, double low, double high) |
Check if a number is in a range (closed-open) | |
int | LHAPDF::in_closed_range (double x, double low, double high) |
Check if a number is in a range (closed-closed) | |
int | LHAPDF::in_open_range (double x, double low, double high) |
Check if a number is in a range (open-open) | |
double | LHAPDF::norm_quantile (double p) |
Quantiles of the standard normal probability distribution function. | |
double | LHAPDF::chisquared_quantile (double p, double ndf) |
Quantiles of the chi-squared probability distribution function. | |
double LHAPDF::norm_quantile | ( | double | p | ) |
Quantiles of the standard normal probability distribution function.