herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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.


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