#include <customnucleus.h>
Contains data for one nucleon that is read in from the list.
Definition at line 24 of file customnucleus.h.
Public Attributes | |
double | x |
x-coordinate More... | |
double | y |
y-coordinate More... | |
double | z |
z-coordinate More... | |
bool | spinprojection |
spinprojection of the nucleon More... | |
bool | isospin |
to differentiate between protons isospin=1 and neutrons isospin=0 More... | |
double smash::Nucleoncustom::x |
x-coordinate
Definition at line 26 of file customnucleus.h.
double smash::Nucleoncustom::y |
y-coordinate
Definition at line 28 of file customnucleus.h.
double smash::Nucleoncustom::z |
z-coordinate
Definition at line 30 of file customnucleus.h.
bool smash::Nucleoncustom::spinprojection |
spinprojection of the nucleon
Definition at line 32 of file customnucleus.h.
bool smash::Nucleoncustom::isospin |
to differentiate between protons isospin=1 and neutrons isospin=0
Definition at line 34 of file customnucleus.h.