APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
gpdbuilder.h
Go to the documentation of this file.
1//
2// APFEL++ 2017
3//
4// Author: Valerio Bertone: valerio.bertone@cern.ch
5//
6
7#pragma once
8
10
11namespace apfel
12{
19
31 std::map<int, DglapObjects> InitializeGpdObjects(Grid const& g,
32 std::vector<double> const& Thresholds,
33 double const& xi,
34 bool const& OpEvol = false,
35 double const& IntEps = 1e-5);
36
49 std::map<int, DglapObjects> InitializeGpdObjectsPol(Grid const& g,
50 std::vector<double> const& Thresholds,
51 double const& xi,
52 bool const& OpEvol = false,
53 double const& IntEps = 1e-5);
54
67 std::map<int, DglapObjects> InitializeGpdObjectsTrans(Grid const& g,
68 std::vector<double> const& Thresholds,
69 double const& xi,
70 bool const& OpEvol = false,
71 double const& IntEps = 1e-5);
73}
The Grid class defines ab object that is essentially a collection of "SubGrid" objects plus other glo...
Definition grid.h:22
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14
std::map< int, DglapObjects > InitializeGpdObjectsTrans(Grid const &g, std::vector< double > const &Thresholds, double const &xi, bool const &OpEvol=false, double const &IntEps=1e-5)
The InitializeGPDObjectsTrans function precomputes the perturbative coefficients of transversely pola...
std::map< int, DglapObjects > InitializeGpdObjectsPol(Grid const &g, std::vector< double > const &Thresholds, double const &xi, bool const &OpEvol=false, double const &IntEps=1e-5)
The InitializeGPDObjectsPol function precomputes the perturbative coefficients of polarised GPD evolu...
std::map< int, DglapObjects > InitializeGpdObjects(Grid const &g, std::vector< double > const &Thresholds, double const &xi, bool const &OpEvol=false, double const &IntEps=1e-5)
The InitializeGPDObjects function precomputes the perturbative coefficients of unpolarised GPD evolut...