41 std::vector<double>
const& Masses,
42 std::vector<double>
const& Thresholds,
44 int const& nsteps = 10);
57 std::vector<double>
const& Masses,
59 int const& nsteps = 10);
69 double MatchObject(
bool const& Up,
int const& nf,
double const& Coup)
const;
77 double Derivative(
int const& nf,
double const&,
double const& as)
const;
86 double betaQCD(
int const& pt,
int const& nf)
const;
The AlphaQCD is a specialization class of the MatchedEvolution class for the computation of the QCD c...
Definition alphaqcd.h:21
std::function< double(bool const &, int const &, double const &)> _MatchingConditions
Matching condition functions.
Definition alphaqcd.h:90
std::function< double(int const &, double const &)> _BetaFunction
Beta function.
Definition alphaqcd.h:91
AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, std::vector< double > const &Thresholds, int const &pt, int const &nsteps=10)
AlphaQCD constructor.
double MatchObject(bool const &Up, int const &nf, double const &Coup) const
Function for the computation of the matching.
double Derivative(int const &nf, double const &, double const &as) const
Function that returns QCD function.
AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10)
AlphaQCD constructor.
double betaQCD(int const &pt, int const &nf) const
Function for the computation of the single coefficients of the expansion of the QCD function.
int const _pt
Perturbative order.
Definition alphaqcd.h:89
The MatchedEvolution class is a template mother class for the computation of the running of a generic...
Definition matchedevolution.h:23
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14