|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Go to the source code of this file.
Functions | |
| GammaParams | operator+ (GammaParams gp1, GammaParams gp2) |
| GammaParams | operator* (double scale, GammaParams gp) |
| GammaParams | operator* (GammaParams gp, double scale) |
| std::ostream & | operator<< (std::ostream &stream, const GammaParams &gp) |
| GammaParams operator* | ( | double | scale, |
| GammaParams | gp | ||
| ) |
Definition at line 84 of file gamma_params.cpp.
| GammaParams operator* | ( | GammaParams | gp, |
| double | scale | ||
| ) |
Definition at line 88 of file gamma_params.cpp.
| GammaParams operator+ | ( | GammaParams | gp1, |
| GammaParams | gp2 | ||
| ) |
Definition at line 80 of file gamma_params.cpp.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const GammaParams & | gp | ||
| ) |
Definition at line 92 of file gamma_params.cpp.
References GammaParams::CorrectedUncertainty(), GammaParams::NEffective(), GammaParams::Weight(), and GammaParams::Yield().
1.8.11