Include dependency graph for kalbach.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kalbach_data |
Class to read and hold the Kalbach data. More... | |
class | Kalbach_triple |
a single set of Kalbach data | |
class | one_d_Kalbach |
Class for pairs (E', probability) for one E and mu. | |
class | three_d_Kalbach |
Class to handle the ENDF three dimension Kalbach data. More... | |
class | two_d_Kalbach |
Class for one incident energy for the ENDF three dimension Kalbach data. | |
Functions | |
double | Get_a (double E_out, Param ¶ms) |
Evaluate the Kalbach a function for the slope value. | |
double | av_energy (double E_b, Param ¶ms) |
Integrand for the average energy integral. |
Definition in file kalbach.hpp.
|
Definition at line 849 of file kalbach.cpp. References Get_a(). Referenced by three_d_Kalbach::check_i10(). |
|
Definition at line 809 of file kalbach.cpp. Referenced by av_energy(), and one_d_Kalbach::get_a(). |