23 #ifndef O2SCL_NUCMASS_WLW_H 24 #define O2SCL_NUCMASS_WLW_H 33 #include <o2scl/nucmass.h> 35 #ifndef DOXYGEN_NO_O2NS 54 nucmass_wlw(std::string model=
"",
bool external=
false);
90 virtual const char *
type() {
return "nucmass_wlw"; }
106 #ifndef DOXYGEN_INTERNAL 126 #ifndef DOXYGEN_NO_O2NS std::string reference
The reference for the original data.
Nuclear structure from Wang et al.
virtual const char * type()
Return the type, "nucmass_wlw".
int get_nentries()
Return number of entries.
double Mth
Theoretical mass excess (MeV)
int n
The number of entries (about 3000).
bool is_loaded()
Returns true if data has been loaded.
virtual double mass_excess(int Z, int N)
Given Z and N, return the mass excess in MeV.
Tabulated nuclear masses [abstract base].
int last
The last table index for caching.
entry * mass
The array containing the mass data of length n.
virtual bool is_included(int Z, int N)
Return false if the mass formula does not include specified nucleus.