LHAPDF
6.5.4
|
Extrapolates using the closest point on the Grid. More...
#include <ErrExtrapolator.h>
Public Member Functions | |
double | extrapolateXQ2 (int id, double x, double q2) const |
Public Member Functions inherited from LHAPDF::Extrapolator | |
virtual | ~Extrapolator () |
Destructor to allow inheritance. | |
void | bind (const GridPDF *pdf) |
Bind to a GridPDF. | |
void | unbind () |
Unbind from GridPDF. | |
bool | hasPDF () |
Identify whether this Extrapolator has an associated PDF. | |
const GridPDF & | pdf () const |
Get the associated GridPDF. | |
double | extrapolateXQ (int id, double x, double q) const |
Extrapolates using the closest point on the Grid.
|
virtual |
Extrapolate a single-point in (x,Q2)
id | PDG parton ID |
x | Momentum fraction |
q2 | Squared energy scale |
Implements LHAPDF::Extrapolator.