Struct for holding tabulated data read from user provided files. More...
#include <Reaction.h>
Public Member Functions | |
bool | operator< (const TabulatedReactionData &other) const |
< operator only compares the energy values this is used for sorting and to be able to use other standard library functions that need this operator | |
bool | operator< (const double other) const |
< operator only compares the energy values this is used for sorting and to be able to use other standard library functions that need this operator | |
bool | operator== (const TabulatedReactionData &other) const |
equality operator checks to make sure both values are in the struct are the same | |
Public Attributes | |
double | energy |
where the data from the first column of the file is stored | |
double | value |
where the data from the secdon column of the file is stored | |
Struct for holding tabulated data read from user provided files.