PRISM
 v0.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
prism::TabulatedReactionData Struct Reference

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
 

Detailed Description

Struct for holding tabulated data read from user provided files.


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