![]() |
TkN 2.3
Toolkit for Nuclei
|
A single drip-line data point. More...
A single drip-line data point.
Represents one nucleus (Z,N) with a measured quantity value and its uncertainty for a given drip-line type.
Definition at line 63 of file tkmanager.h.
#include <tkmanager.h>
Public Member Functions | |
| void | print () |
Public Attributes | |
| int | N {0} |
| Neutron number. | |
| double | sigma_mev {std::numeric_limits<double>::quiet_NaN()} |
| Quantity uncertainty (MeV) | |
| std::string | type |
| Quantity type: "S1n", "S2n", "S1p", or "S2p". | |
| double | value_mev {std::numeric_limits<double>::quiet_NaN()} |
| Quantity value (MeV) | |
| int | Z {0} |
| Proton number. | |
|
inline |
Definition at line 70 of file tkmanager.h.
| int N {0} |
Neutron number.
Definition at line 65 of file tkmanager.h.
| double sigma_mev {std::numeric_limits<double>::quiet_NaN()} |
Quantity uncertainty (MeV)
Definition at line 67 of file tkmanager.h.
| std::string type |
Quantity type: "S1n", "S2n", "S1p", or "S2p".
Definition at line 68 of file tkmanager.h.
| double value_mev {std::numeric_limits<double>::quiet_NaN()} |
Quantity value (MeV)
Definition at line 66 of file tkmanager.h.
| int Z {0} |
Proton number.
Definition at line 64 of file tkmanager.h.