|
| 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.
|
| |
| double | betaQCD (int const &pt, int const &nf) const |
| | Function for the computation of the single coefficients of the expansion of the QCD function.
|
| |
|
|
| | AlphaQCD ()=delete |
| |
| | 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.
|
| |
| | AlphaQCD (double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10) |
| | AlphaQCD constructor.
|
| |
| | MatchedEvolution ()=delete |
| |
| | MatchedEvolution (double const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10) |
| | The MatchedEvolution constructor.
|
| |
| virtual | ~MatchedEvolution ()=default |
| |
| virtual double | EvolveObject (int const &nf, double const &t0, double const &t1, double const &Obj0) const |
| | Virtual function for the computation of the evolution.
|
| |
| double | Evaluate (double const &mu) const |
| | Function that returns the evolved object.
|
| |
| double | GetObjectRef () const |
| | Function that returns the reference value of the object.
|
| |
| double | GetMuRef () const |
| | Function that returns the reference scale.
|
| |
| std::vector< double > | GetThresholds () const |
| | Function that returns the values of the thresholds.
|
| |
| int | GetNumberOfSteps () const |
| | Function that returns the number of steps.
|
| |
| void | SetObjectRef (double ObjRef) |
| | Function that sets the reference value of the object.
|
| |
| void | SetMuRef (double const &MuRef) |
| | Function that sets the reference scale.
|
| |
| void | SetNumberOfSteps (int const &nsteps) |
| | Function that sets the number of steps of the RK algorithm.
|
| |
The AlphaQCD is a specialization class of the MatchedEvolution class for the computation of the QCD coupling running.
- Examples
- coupling_test.cc, dglap_test.cc, dglap_test_streamlined.cc, gpd_test.cc, qgrid_test.cc, siaxsec_test.cc, structurefunction_cc_test.cc, structurefunction_massive_test.cc, structurefunction_nc_pol_test.cc, structurefunction_nc_test.cc, and tmd_test.cc.