Herwig 7.3.0
|
Exception thrown, if a constant piece of the interpolation has been hit. More...
#include <linear_interpolator.h>
Public Member Functions | |
constant_interpolation (double xlow, double xhigh, double h) | |
standard constructor | |
Public Attributes | |
std::pair< double, double > | range |
The range in which the interpolation is constant. | |
double | value |
The value of the interpolation in the range. | |
Exception thrown, if a constant piece of the interpolation has been hit.
Definition at line 24 of file linear_interpolator.h.
|
inline |
standard constructor
Definition at line 27 of file linear_interpolator.h.
std::pair<double,double> exsample::constant_interpolation::range |
The range in which the interpolation is constant.
Definition at line 33 of file linear_interpolator.h.
double exsample::constant_interpolation::value |
The value of the interpolation in the range.
Definition at line 36 of file linear_interpolator.h.