Header of MURE output binary file. More...
#include <BinaryFormat2.hxx>
Public Member Functions | |
FileHeader () | |
Constructor. More... | |
void | write (ofstream &out) |
Write the header into a stream. More... | |
void | read (ifstream &in) |
Read the header from a stream. More... | |
Public Attributes | |
short | Version |
Binary gile version. More... | |
float | Time |
Time of MCNP step at which this file is printed. More... | |
float | K |
keff More... | |
float | Kerr |
keff error More... | |
int | NCells |
Number of evolving cells. More... | |
Header of MURE output binary file.
|
inline |
Constructor.
void FileHeader::read | ( | ifstream & | in | ) |
Read the header from a stream.
void FileHeader::write | ( | ofstream & | out | ) |
Write the header into a stream.
float FileHeader::K |
keff
float FileHeader::Kerr |
keff error
int FileHeader::NCells |
Number of evolving cells.
float FileHeader::Time |
Time of MCNP step at which this file is printed.
short FileHeader::Version |
Binary gile version.