Inheritance diagram for mf14_file:
Public Member Functions | |
void | first_line (int *ZA, double *AWR, int *LI, int *LTT, int *NK, int *NI) |
Reads the first line. | |
void | read_EG (double *EG, int *NR, int *NE) |
Reads the gamma energy and the amount of data. | |
void | discrete (double *EG) |
Reads the discrete energy for an isotropic distribution. | |
void | Leg_head (double *e_in, int *NL) |
Reads the incident energy and the Legendre order. | |
int | get_order (int NK, int NI) |
Returns the maximum Legendre order for gamma distributions. | |
void | skip_iso (int NI) |
Skips the NI isotropic lines. |
Definition at line 224 of file ENDF_file.hpp.
|
Definition at line 523 of file ENDF_file.cpp. References ENDF_file::mfx_line2(). Referenced by MF14_c55_list::master(), and skip_iso(). |
|
Definition at line 497 of file ENDF_file.cpp. References ENDF_file::mfx_line1(). Referenced by LoadGammaData(), MF14_list::master(), and MF13_list::read_data(). |
|
Definition at line 551 of file ENDF_file.cpp. References Leg_head(), read_EG(), ENDF_file::skip(), and skip_iso(). Referenced by LoadGammaData(). |
|
Definition at line 537 of file ENDF_file.cpp. References ENDF_file::mfx_line2(). Referenced by get_order(), and MF14_list::read_Legendre(). |
|
Definition at line 509 of file ENDF_file.cpp. References ENDF_file::mfx_line2(). Referenced by get_order(), MF14_c55_list::make_Legendre(), MF14_c55_list::make_table(), MF14_table_raw::read_data(), MF14_list::read_data(), and MF14_list::read_Legendre(). |
|
Definition at line 585 of file ENDF_file.cpp. References discrete(). Referenced by get_order(), and MF14_list::master(). |