Header of an evolving cell in a binary file. More...
#include <BinaryFormat2.hxx>
Public Member Functions | |
void | write (ofstream &out) |
Write the header into a stream. More... | |
void | read (ifstream &in) |
Read the header from a stream. More... | |
Public Attributes | |
int | CellNumber |
MCNP number of this cell. More... | |
float | Volume |
Volume of the cell. More... | |
float | Flux |
Flux in this cell. More... | |
float | FluxErr |
Flux error. More... | |
int | NNucleusRecords |
Number of nuclei records in this cell. More... | |
Header of an evolving cell in a binary file.
void CellHeader::read | ( | ifstream & | in | ) |
Read the header from a stream.
void CellHeader::write | ( | ofstream & | out | ) |
Write the header into a stream.
int CellHeader::CellNumber |
MCNP number of this cell.
float CellHeader::Flux |
Flux in this cell.
float CellHeader::FluxErr |
Flux error.
int CellHeader::NNucleusRecords |
Number of nuclei records in this cell.
float CellHeader::Volume |
Volume of the cell.