16 throw std::runtime_error(
"Point x=" + std::to_string(x) +
", Q2=" + std::to_string(
mu2) +
17 " is outside the PDF grid boundaries");
19 void extrapolate(
double x,
double mu2, std::array<double, DEFAULT_TOTAL_PDFS> &output)
const
21 throw std::runtime_error(
"Point x=" + std::to_string(x) +
", Q2=" + std::to_string(
mu2) +
22 " is outside the PDF grid boundaries");
Definition: AllFlavorsShape.h:14
PartonFlavor
Definition: PartonUtils.h:58
int mu2
Definition: pdfset_tutorial.py:14