APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Public Attributes | List of all members
apfel::LHKnotArray Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ q2s

std::vector<double> apfel::LHKnotArray::q2s

List of Q2 knots.

◆ xfs

std::vector<double> apfel::LHKnotArray::xfs

List of xf values across the 2D knot array, stored as a strided [ix][iQ2] 1D array.

◆ xs

std::vector<double> apfel::LHKnotArray::xs

List of x knots.


The documentation for this struct was generated from the following file: