lhapdf is hosted by Hepforge, IPPP Durham
LHAPDF 6.5.4
Loading...
Searching...
No Matches
Making grid interpolators/extrapolators

Functions

InterpolatorLHAPDF::mkInterpolator (const std::string &name)
 
ExtrapolatorLHAPDF::mkExtrapolator (const std::string &name)
 

Detailed Description

Function Documentation

◆ mkExtrapolator()

Extrapolator * LHAPDF::mkExtrapolator ( const std::string & name)

Extrapolator factory

Returns a 'new'ed Extrapolator by pointer. Unless passed to a GridPDF, the caller is responsible for deletion of the created object.

◆ mkInterpolator()

Interpolator * LHAPDF::mkInterpolator ( const std::string & name)

Interpolator factory

Returns a 'new'ed Interpolator by pointer. Unless passed to a GridPDF, the caller is responsible for deletion of the created object.