10 static void SetMz(
double Mz) {
13 static double GetMz() {
16 static void SetAlphasMz(
double alphas) {
19 static double GetAlphasMz() {
22 static void SetNf(
int nf) {
28 static void SetNLoop(
int nLoop) {
31 static int GetNLoop() {
34 static void SetFlavorMatchingOn(
bool FlavorMatching) {
35 bFlavorMatching = FlavorMatching;
37 static bool GetFlavorMatchingOn() {
38 return bFlavorMatching;
40 static void SetFlavorMatchingThresholds(
double th1,
double th2,
double th3,
double th4,
double th5,
double th6);
41 static void GetFlavorMatchingThresholds(
double& th1,
double& th2,
double& th3,
double& th4,
double& th5,
double& th6);
44 static double CalcAlphasMu(
double mu,
double alphasMz = 0,
int nLoop = 0,
int nFlavors = 0);
45 static double CalcAlphasMuFixedNf(
double mu,
int nf) {
46 return CalcAlphasMu(mu, fAlphasMz, fnLoop, nf);
49 static int CalcNf(
double mu);
50 static void PrintInfo();
56 static double FBeta(
double alphasMz ,
int nLoop ,
int nf);
60 static double fAlphasMz;
63 static bool bFlavorMatching;