TkN 2.3
Toolkit for Nuclei
Loading...
Searching...
No Matches
tkn_drip_point Struct Reference

A single drip-line data point. More...

Detailed Description

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.
 

Member Function Documentation

◆ print()

void print ( )
inline

Definition at line 70 of file tkmanager.h.

Member Data Documentation

◆ N

int N {0}

Neutron number.

Definition at line 65 of file tkmanager.h.

◆ sigma_mev

double sigma_mev {std::numeric_limits<double>::quiet_NaN()}

Quantity uncertainty (MeV)

Definition at line 67 of file tkmanager.h.

◆ type

std::string type

Quantity type: "S1n", "S2n", "S1p", or "S2p".

Definition at line 68 of file tkmanager.h.

◆ value_mev

double value_mev {std::numeric_limits<double>::quiet_NaN()}

Quantity value (MeV)

Definition at line 66 of file tkmanager.h.

◆ Z

int Z {0}

Proton number.

Definition at line 64 of file tkmanager.h.


The documentation for this struct was generated from the following file: