#include <nuclear_mass.h>
Definition at line 1019 of file nuclear_mass.h.
Public Member Functions | |
hfb_mass (size_t model=14) | |
Create a new mass formula object using the specified model number. | |
virtual bool | is_included (int Z, int N) |
Return false if the mass formula does not include specified nucleus. | |
virtual double | mass_excess (int Z, int N) |
Given Z and N , return the mass excess in MeV. | |
hfb_mass_entry | get_ZN (int l_Z, int l_N) |
Get the entry for the specified proton and neutron number. | |
bool | is_loaded () |
Verify that the constructor properly loaded the table. | |
double | blank () |
The value which corresponds to a blank entry. | |
virtual const char * | type () |
Return the type, "hfb_mass" . | |
Data Fields | |
int | n |
The number of table entries. | |
hfb_mass_entry * | mass |
The array containing the table. | |
Protected Attributes | |
bool | loaded |
True if the table was successfully loaded. | |
int | last |
The last table index for caching. |
hfb_mass | ( | size_t | model = 14 |
) |
hfb_mass_entry get_ZN | ( | int | l_Z, | |
int | l_N | |||
) |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page