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 (const gm2calc_THDM *) |
calculates uncertainty for amu(0-loop) in the general THDM | |
double | gm2calc_thdm_calculate_uncertainty_amu_1loop (const gm2calc_THDM *) |
calculates uncertainty for amu(1-loop) in the general THDM | |
double | gm2calc_thdm_calculate_uncertainty_amu_2loop (const gm2calc_THDM *) |
calculates uncertainty for amu(2-loop) in the general THDM | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_0loop (const MSSMNoFV_onshell *) |
calculates uncertainty for amu(0-loop) in the MSSMNoFV w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_1loop (const MSSMNoFV_onshell *) |
calculates uncertainty for amu(1-loop) in the MSSMNoFV w/ tan(beta) resummation | |
double | gm2calc_mssmnofv_calculate_uncertainty_amu_2loop (const MSSMNoFV_onshell *) |
calculates uncertainty for amu(2-loop) in the MSSMNoFV | |
typedef struct gm2calc_THDM gm2calc_THDM |
Definition at line 26 of file gm2_uncertainty.h.
typedef struct MSSMNoFV_onshell MSSMNoFV_onshell |
Definition at line 27 of file gm2_uncertainty.h.
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_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_2loop | ( | const MSSMNoFV_onshell * | model | ) |
calculates uncertainty for amu(2-loop) in the MSSMNoFV
Definition at line 50 of file gm2_uncertainty_c.cpp.
double gm2calc_thdm_calculate_uncertainty_amu_0loop | ( | const gm2calc_THDM * | model | ) |
calculates uncertainty for amu(0-loop) in the general THDM
Definition at line 44 of file gm2_uncertainty_c.cpp.
double gm2calc_thdm_calculate_uncertainty_amu_1loop | ( | const gm2calc_THDM * | model | ) |
calculates uncertainty for amu(1-loop) in the general THDM
Definition at line 50 of file gm2_uncertainty_c.cpp.
double gm2calc_thdm_calculate_uncertainty_amu_2loop | ( | const gm2calc_THDM * | model | ) |
calculates uncertainty for amu(2-loop) in the general THDM
Definition at line 56 of file gm2_uncertainty_c.cpp.