GM2Calc 2.3.0
|
Go to the source code of this file.
Typedefs | |
typedef struct gm2calc_THDM | gm2calc_THDM |
typedef struct MSSMNoFV_onshell | MSSMNoFV_onshell |
Functions | |
double | gm2calc_thdm_calculate_uncertainty_amu_0loop_amu1L_amu2L (const gm2calc_THDM *, double, double) |
calculates uncertainty for amu(0-loop) | |
double | gm2calc_thdm_calculate_uncertainty_amu_1loop_amu1L_amu2L (const gm2calc_THDM *, double, double) |
calculates uncertainty for amu(1-loop) | |
double | gm2calc_thdm_calculate_uncertainty_amu_2loop_amu1L_amu2L (const gm2calc_THDM *, double, double) |
calculates uncertainty for amu(2-loop) | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_0loop_amu1L (const MSSMNoFV_onshell *, double) |
calculates uncertainty for amu(0-loop) w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_1loop_amu2L (const MSSMNoFV_onshell *, double) |
calculates uncertainty for amu(1-loop) w/ tan(beta) resummation | |
typedef struct gm2calc_THDM gm2calc_THDM |
Definition at line 26 of file gm2_uncertainty_helpers.h.
typedef struct MSSMNoFV_onshell MSSMNoFV_onshell |
Definition at line 27 of file gm2_uncertainty_helpers.h.
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_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_thdm_calculate_uncertainty_amu_0loop_amu1L_amu2L | ( | const gm2calc_THDM * | model, |
double | amu_1L, | ||
double | amu_2L | ||
) |
calculates uncertainty for amu(0-loop)
Definition at line 26 of file gm2_uncertainty_c.cpp.
double gm2calc_thdm_calculate_uncertainty_amu_1loop_amu1L_amu2L | ( | const gm2calc_THDM * | model, |
double | amu_1L, | ||
double | amu_2L | ||
) |
calculates uncertainty for amu(1-loop)
Definition at line 32 of file gm2_uncertainty_c.cpp.
double gm2calc_thdm_calculate_uncertainty_amu_2loop_amu1L_amu2L | ( | const gm2calc_THDM * | model, |
double | amu_1L, | ||
double | amu_2L | ||
) |
calculates uncertainty for amu(2-loop)
Definition at line 38 of file gm2_uncertainty_c.cpp.