MURE
|
Record of a nucleus in a binary file. More...
#include <BinaryFormat2.hxx>
Public Member Functions | |
void | write (ofstream &out) |
Write the record into a stream. | |
void | read (ifstream &in, int version) |
Read the record from a stream. | |
Public Attributes | |
short | Z |
Proton number of the nucleus. | |
short | A |
Nucleon number of the nucleus. | |
short | I |
Isomeric state of the nucleus. | |
float | Mass |
Atomic mass. | |
float | Proportion |
Number of this nuclei in cell. | |
short | NReactionRecords |
Number of reaction records of this nucleus. | |
Record of a nucleus in a binary file.
void NucleusRecord::read | ( | ifstream & | in, |
int | version | ||
) |
Read the record from a stream.
void NucleusRecord::write | ( | ofstream & | out | ) |
Write the record into a stream.
short NucleusRecord::A |
Nucleon number of the nucleus.
short NucleusRecord::I |
Isomeric state of the nucleus.
float NucleusRecord::Mass |
Atomic mass.
short NucleusRecord::NReactionRecords |
Number of reaction records of this nucleus.
float NucleusRecord::Proportion |
Number of this nuclei in cell.
short NucleusRecord::Z |
Proton number of the nucleus.