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. More... | |
| void | read (ifstream &in) |
| Read the record from a stream. More... | |
Public Attributes | |
| short | Code |
| Reaction code. More... | |
| float | Sigma |
| Reaction cross-section. More... | |
| float | SigmaErr |
| Cross-section error. More... | |
Record of a reaction in a binary file.
| void ReactionRecord::read | ( | ifstream & | in | ) |
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.