MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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. 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...
 

Detailed Description

Record of a nucleus in a binary file.

Member Function Documentation

void NucleusRecord::read ( ifstream &  in)

Read the record from a stream.

void NucleusRecord::write ( ofstream &  out)

Write the record into a stream.

Member Data Documentation

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.


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

MURE Project, documentation generated by Doxygen 1.8.5 - Mon Nov 17 2014