lhapdf is hosted by Hepforge, IPPP Durham
LHAPDF  6.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
Making grid interpolators/extrapolators

Functions

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

Detailed Description

Function Documentation

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.

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.