MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
FileHeader Struct Reference

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...
 

Detailed Description

Header of MURE output binary file.

Constructor & Destructor Documentation

FileHeader::FileHeader ( )
inline

Constructor.

Member Function Documentation

void FileHeader::read ( ifstream &  in)

Read the header from a stream.

void FileHeader::write ( ofstream &  out)

Write the header into a stream.

Member Data Documentation

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.


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

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