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. More... | |
| void | read (ifstream &in) |
| Read the record from a stream. More... | |
Public Attributes | |
| short | Z |
| Proton number of the nucleus. More... | |
| short | A |
| Nucleon number of the nucleus. More... | |
| short | I |
| Isomeric state of the nucleus. More... | |
| float | Mass |
| Atomic mass. More... | |
| float | Proportion |
| Number of this nuclei in cell. More... | |
| short | NReactionRecords |
| Number of reaction records of this nucleus. More... | |
Record of a nucleus in a binary file.
| void NucleusRecord::read | ( | ifstream & | in | ) |
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.