APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
betaqcd.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{
17
22 double beta0qcd(int const& nf);
23
29 double beta1qcd(int const& nf);
30
36 double beta2qcd(int const& nf);
37
43 double beta3qcd(int const& nf);
44
50 double beta4qcd(int const& nf);
52}
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14
double beta2qcd(int const &nf)
NNLO coefficient of the QCD function.
double beta1qcd(int const &nf)
NLO coefficient of the QCD function.
double beta3qcd(int const &nf)
NNNLO coefficient of the QCD function.
double beta4qcd(int const &nf)
N4LO coefficient of the QCD function.
double beta0qcd(int const &nf)
LO coefficient of the QCD function.