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