MURE
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NucleusRecord Struct Reference

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.
 

Detailed Description

Record of a nucleus in a binary file.

Member Function Documentation

◆ read()

void NucleusRecord::read ( ifstream &  in,
int  version 
)

Read the record from a stream.

◆ write()

void NucleusRecord::write ( ofstream &  out)

Write the record into a stream.

Member Data Documentation

◆ A

short NucleusRecord::A

Nucleon number of the nucleus.

◆ I

short NucleusRecord::I

Isomeric state of the nucleus.

◆ Mass

float NucleusRecord::Mass

Atomic mass.

◆ NReactionRecords

short NucleusRecord::NReactionRecords

Number of reaction records of this nucleus.

◆ Proportion

float NucleusRecord::Proportion

Number of this nuclei in cell.

◆ Z

short NucleusRecord::Z

Proton number of the nucleus.


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

MURE Project, documentation generated by Doxygen 1.9.7 - Fri Jan 19 2024