![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
The LHKnotArray structure emulates the KnotArray1F class of LHAPDF and contains the grids in x, Q2 (only a given subgrid), and one single distribution tabulated on the (x,Q) bidimensional grid. More...
#include <initialiseevolution.h>
Public Attributes | |
std::vector< double > | xs |
List of x knots. | |
std::vector< double > | q2s |
List of Q2 knots. | |
std::vector< double > | xfs |
List of xf values across the 2D knot array, stored as a strided [ix][iQ2] 1D array. | |
The LHKnotArray structure emulates the KnotArray1F class of LHAPDF and contains the grids in x, Q2 (only a given subgrid), and one single distribution tabulated on the (x,Q) bidimensional grid.
std::vector<double> apfel::LHKnotArray::q2s |
List of Q2 knots.
std::vector<double> apfel::LHKnotArray::xfs |
List of xf values across the 2D knot array, stored as a strided [ix][iQ2] 1D array.
std::vector<double> apfel::LHKnotArray::xs |
List of x knots.