APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
gbeta.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
9namespace apfel
10{
16
22 double g1beta(double const& lambda);
23
32 double g2beta(int const& nf, double const& kappa, double const& lambda);
33
42 double g3beta(int const& nf, double const& kappa, double const& lambda);
43
52 double g4beta(int const& nf, double const& kappa, double const& lambda);
54}
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14
double g3beta(int const &nf, double const &kappa, double const &lambda)
g-function for the NNLO analytic running of the strong coupling.
double g4beta(int const &nf, double const &kappa, double const &lambda)
g-function for the NNNLO analytic running of the strong coupling.
double g1beta(double const &lambda)
g-function for the LO analytic running of the strong coupling.
double g2beta(int const &nf, double const &kappa, double const &lambda)
g-function for the NLO analytic running of the strong coupling.