41 std::vector<double>
const& LeptThresholds,
42 std::vector<double>
const& QuarkThresholds,
44 int const& nsteps = 10);
59 double MatchObject(
bool const& Up,
int const& nfl,
double const& Coup)
const;
67 double Derivative(
int const& nfl,
double const&,
double const& a)
const;
77 double betaQED(
int const& pt,
int const& nf,
int const& nl)
const;
The AlphaQED is a specialization class of the MatchedEvolution class for the computation of the QED c...
Definition alphaqed.h:21
double Derivative(int const &nfl, double const &, double const &a) const
Function that returns QED function.
double betaQED(int const &pt, int const &nf, int const &nl) const
Function for the computation of the single coefficients of the expansion of the QED function.
std::function< double(int const &, double const &)> _BetaFunction
Beta function.
Definition alphaqed.h:81
double MatchObject(bool const &Up, int const &nfl, double const &Coup) const
Function for the computation of the matching.
AlphaQED(double const &AlphaRef, double const &MuRef, std::vector< double > const &LeptThresholds, std::vector< double > const &QuarkThresholds, int const &pt, int const &nsteps=10)
AlphaQED constructor.
int const _pt
Perturbative order.
Definition alphaqed.h:80
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