44 double const& AlphaQEDRef,
46 std::vector<double>
const& QuarkThresholds,
47 std::vector<double>
const& LeptThresholds,
49 int const& nsteps = 10);
The AlphaQCDQED is a specialization class of the MatchedEvolution class for the computation of the mi...
Definition alphaqcdqed.h:23
matrix< double > betaQCDQED(int const &pt, int const &nf, int const &nl) const
Function for the computation of the single coefficients of the expansion of the QCDxQED function.
matrix< double > MatchObject(bool const &Up, int const &nfl, matrix< double > const &Coup) const
Function for the computation of the matching.
int const _pt
Perturbative order.
Definition alphaqcdqed.h:85
AlphaQCDQED(double const &AlphaQCDRef, double const &AlphaQEDRef, double const &MuRef, std::vector< double > const &QuarkThresholds, std::vector< double > const &LeptThresholds, int const &pt, int const &nsteps=10)
AlphaQCDQED constructor.
matrix< double > Derivative(int const &nfl, double const &, matrix< double > const &as) const
Function that returns QCDxQED function matrix.
std::function< matrix< double >(int const &, matrix< double > const &)> _BetaFunction
Beta function.
Definition alphaqcdqed.h:86
The MatchedEvolution class is a template mother class for the computation of the running of a generic...
Definition matchedevolution.h:23
The matrix class is a simple implementation of 2d arrays based on a continous memory allocation....
Definition matrix.h:23
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14