14namespace ThermalFunctions
31 int maxOrderToPrecalc);
The ThermalCoefficientCalculator class is a thread-safe wrapper around the calculation of the coeffic...
Definition thermalcoefficientcalculator.h:22
std::function< double(int)> Calculater
Calculater stores the function to calculate the coefficient.
Definition thermalcoefficientcalculator.h:45
double GetCoefficentAtOrder(int n) const
GetCoefficentAtOrder.
Definition thermalcoefficientcalculator.cpp:30
const int MaxOrderToSave
MaxOrderToSave defines the highest order until which the coefficents are precalculated.
Definition thermalcoefficientcalculator.h:50
std::map< int, double > PreCalculatedCoefficents
PreCalculatedCoefficents Stores the precalculated coefficents. This will only be changed during the c...
Definition thermalcoefficientcalculator.h:56
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24