Inheritance diagram for Nuclei:
Public Member Functions | |
Nuclei () | |
Nuclei (int za) | |
~Nuclei () | |
void | set (int za) |
Public Attributes | |
double | AWR |
int | ZA |
int | Z |
int | N |
int | A |
double | tau |
Private Member Functions | |
void | crack_ZA () |
Definition at line 43 of file nuclei.hpp.
|
Default constructor instantiates a Nuclei object with zeros for all member data. Definition at line 46 of file nuclei.cpp. |
|
Definition at line 56 of file nuclei.cpp. References mass_life_list::at(), AWR, bdfls, crack_ZA(), bdflsClass::Mass_Life, pastenum(), SevereError(), and ZA. |
|
Definition at line 77 of file nuclei.cpp. |
|
This private function determines the number of protons, Z , neutrons, N , and total nucleons, A , for a particular nuclei. Definition at line 102 of file nuclei.cpp. |
|
Definition at line 81 of file nuclei.cpp. References mass_life_list::at(), AWR, bdfls, crack_ZA(), bdflsClass::Mass_Life, pastenum(), SevereError(), and ZA. Referenced by phase_space::phase_space(), and three_d_Kalbach::three_d_Kalbach(). |
|
Atomic number of the nucleus. Referenced by crack_ZA(), three_d_Kalbach::get_S(), and Nuclei(). |
|
Atomic weight of the nucleus. Referenced by three_d_Kalbach::check_i10(), phase_space::expand_data(), phase_space::expand_E_in(), three_d_Kalbach::expand_E_in(), phase_space::find_E_trans(), Nuclei(), set(), and three_d_Kalbach::three_d_Kalbach(). |
|
Neutron number of the nucleus. Referenced by crack_ZA(), three_d_Kalbach::get_S(), and Nuclei(). |
|
Lifetime of the nucleus. Referenced by Nuclei(). |
|
Proton number of the nucleus. Referenced by crack_ZA(), three_d_Kalbach::get_S(), and Nuclei(). |
|
The combined identifier, 1000*Z+A Referenced by crack_ZA(), three_d_Kalbach::get_S(), Nuclei(), set(), and three_d_Kalbach::three_d_Kalbach(). |