![]() |
Particles and Nuclei Sub-Library: Version 0.910
|
Duflo-Zuker mass formula.
#include <nuclear_mass.h>
Definition at line 1129 of file nuclear_mass.h.
Public Member Functions | |
dz_mass (std::string model="96", bool external=false) | |
Create a new mass formula object. | |
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. | |
bool | is_loaded () |
Verify that the constructor properly loaded the table. | |
virtual const char * | type () |
Return the type, "dz_mass" . | |
int | get_nentries () |
Return number of entries. | |
Protected Attributes | |
std::string | reference |
The reference for the original data. | |
table | data |
Table containing the data. | |
int | last |
The last table index for caching. | |
int | n |
The total number of entries. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).