51 NuclearChart(
string Name =
"test",
int maxN = 170,
int maxZ = 120);
59 void setval(
int inpN,
int inpZ,
float val)
A NuclearChart is a 2 dimensional array of nuclei up to maximum N &Z.
Definition NuclearChart.hxx:48
void DumpDriplines()
Dump drip lines.
Definition NuclearChart.cxx:82
void DumpChart()
Dump the Mendelev matrix.
Definition NuclearChart.cxx:60
void setval(int inpN, int inpZ, float val)
Give a value to the Mendeleiev Matrix.
Definition NuclearChart.hxx:59
vector< float > fBuffer
a buffer to write
Definition NuclearChart.hxx:90
string fName
file name where to write
Definition NuclearChart.hxx:86
float getval(int inpN, int inpZ)
returns the value of the Medelev Matrix
Definition NuclearChart.hxx:71
~NuclearChart()
Definition NuclearChart.cxx:53
int fMaxN
Maximum N value of the matrix.
Definition NuclearChart.hxx:89
map< int, map< int, float > > fMendeleiev
matrix of all nuclei
Definition NuclearChart.hxx:87
int fMaxZ
Maximum Z value of the matrix.
Definition NuclearChart.hxx:88
the namespace of the Standard C++