|
MURE
|
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. | |
Record of a reaction in a binary file.
| void ReactionRecord::read | ( | ifstream & | in, |
| int | version = 1 |
||
| ) |
Read the record from a stream.
| void ReactionRecord::write | ( | ofstream & | out | ) |
Write the record into a stream.
| short ReactionRecord::Code |
Reaction code.
| float ReactionRecord::Sigma |
Reaction cross-section.
| float ReactionRecord::SigmaErr |
Cross-section error.