MURE
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ReactionRecord Struct Reference

Record of a reaction in a binary file. More...

#include <BinaryFormat2.hxx>

Public Member Functions

void write (ofstream &out)
 Write the record into a stream.
 
void read (ifstream &in, int version=1)
 Read the record from a stream.
 

Public Attributes

short Code
 Reaction code.
 
float Sigma
 Reaction cross-section.
 
float SigmaErr
 Cross-section error.
 

Detailed Description

Record of a reaction in a binary file.

Member Function Documentation

◆ read()

void ReactionRecord::read ( ifstream &  in,
int  version = 1 
)

Read the record from a stream.

◆ write()

void ReactionRecord::write ( ofstream &  out)

Write the record into a stream.

Member Data Documentation

◆ Code

short ReactionRecord::Code

Reaction code.

◆ Sigma

float ReactionRecord::Sigma

Reaction cross-section.

◆ SigmaErr

float ReactionRecord::SigmaErr

Cross-section error.


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

MURE Project, documentation generated by Doxygen 1.9.7 - Fri Jan 19 2024