|
minimc 0.5.1
|
Encapsulates all cross section data as well as associated metadata. More...
#include <ContinuousEvaluation.hpp>

Public Member Functions | |
| ContinuousEvaluation (const pugi::xml_node &evaluation_node) | |
| Constructs ContinuousEvaluation from an evaluation node of an XML document. | |
| bool | IsValid (Temperature requested) const noexcept |
| Returns true if the relative difference between this evaluation's temperature and some requested temperature is sufficiently small enough. | |
Public Attributes | |
| const ContinuousMap< ContinuousEnergy, MicroscopicCrossSection > | xs |
| Pointwise values of the evaluation. | |
| const Temperature | temperature |
| The temperature at which the data was evaluated (C++ Core Guidelines C.127) | |
Encapsulates all cross section data as well as associated metadata.