GM2Calc 2.3.0
|
Go to the source code of this file.
Functions | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_0loop_amu1L (const MSSMNoFV_onshell *model, double amu_1L) |
calculates uncertainty for amu(0-loop) w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_0loop (const MSSMNoFV_onshell *model) |
calculates uncertainty for amu(0-loop) in the MSSMNoFV w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_1loop_amu2L (const MSSMNoFV_onshell *model, double amu_2L) |
calculates uncertainty for amu(1-loop) w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_1loop (const MSSMNoFV_onshell *model) |
calculates uncertainty for amu(1-loop) in the MSSMNoFV w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_2loop (const MSSMNoFV_onshell *model) |
calculates uncertainty for amu(2-loop) in the MSSMNoFV | |
double gm2calc_mssmnofv_calculate_uncertainty_amu_0loop | ( | const MSSMNoFV_onshell * | model | ) |
calculates uncertainty for amu(0-loop) in the MSSMNoFV w/ tan(beta) resummation
Definition at line 32 of file gm2_uncertainty_c.cpp.
double gm2calc_mssmnofv_calculate_uncertainty_amu_0loop_amu1L | ( | const MSSMNoFV_onshell * | model, |
double | amu_1L | ||
) |
calculates uncertainty for amu(0-loop) w/ tan(beta) resummation
Definition at line 26 of file gm2_uncertainty_c.cpp.
double gm2calc_mssmnofv_calculate_uncertainty_amu_1loop | ( | const MSSMNoFV_onshell * | model | ) |
calculates uncertainty for amu(1-loop) in the MSSMNoFV w/ tan(beta) resummation
Definition at line 44 of file gm2_uncertainty_c.cpp.
double gm2calc_mssmnofv_calculate_uncertainty_amu_1loop_amu2L | ( | const MSSMNoFV_onshell * | model, |
double | amu_2L | ||
) |
calculates uncertainty for amu(1-loop) w/ tan(beta) resummation
Definition at line 38 of file gm2_uncertainty_c.cpp.
double gm2calc_mssmnofv_calculate_uncertainty_amu_2loop | ( | const MSSMNoFV_onshell * | model | ) |
calculates uncertainty for amu(2-loop) in the MSSMNoFV
Definition at line 50 of file gm2_uncertainty_c.cpp.