herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
exsample::constant_interpolation Struct Reference

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.
 

Detailed Description

Exception thrown, if a constant piece of the interpolation has been hit.

Definition at line 24 of file linear_interpolator.h.

Constructor & Destructor Documentation

◆ constant_interpolation()

exsample::constant_interpolation::constant_interpolation ( double  xlow,
double  xhigh,
double  h 
)
inline

standard constructor

Definition at line 27 of file linear_interpolator.h.

Member Data Documentation

◆ range

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.

◆ value

double exsample::constant_interpolation::value

The value of the interpolation in the range.

Definition at line 36 of file linear_interpolator.h.


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