LHAPDF
6.5.4
|
#include <ContinuationExtrapolator.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 |
The ContinuationExtrapolator provides an implementation of the extrapolation used in the MSTW standalone code (and LHAPDFv5 when using MSTW sets), G. Watt, October 2014.
|
virtual |
Extrapolate a single-point in (x,Q2)
id | PDG parton ID |
x | Momentum fraction |
q2 | Squared energy scale |
Implements LHAPDF::Extrapolator.