GM2Calc 2.3.0
|
contains declarations of C interface functions for 2-loop calculation More...
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_amu_2loop (const gm2calc_THDM *) |
calculates full 2-loop contributions to a_mu in the general THDM | |
double | gm2calc_thdm_calculate_amu_2loop_fermionic (const gm2calc_THDM *) |
calculates fermionic 2-loop contributions to a_mu in the general THDM | |
double | gm2calc_thdm_calculate_amu_2loop_bosonic (const gm2calc_THDM *) |
calculates bosonic 2-loop contributions to a_mu in the general THDM | |
double | gm2calc_mssmnofv_calculate_amu_2loop (const MSSMNoFV_onshell *) |
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (with tan(beta) resummation) | |
double | gm2calc_mssmnofv_calculate_amu_2loop_non_tan_beta_resummed (const MSSMNoFV_onshell *) |
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (no tan(beta) resummation) | |
double | gm2calc_mssmnofv_amu2LFSfapprox (const MSSMNoFV_onshell *) |
double | gm2calc_mssmnofv_amu2LFSfapprox_non_tan_beta_resummed (const MSSMNoFV_onshell *) |
double | gm2calc_mssmnofv_amu2LChipmPhotonic (const MSSMNoFV_onshell *) |
double | gm2calc_mssmnofv_amu2LChi0Photonic (const MSSMNoFV_onshell *) |
double | gm2calc_mssmnofv_amu2LaSferm (const MSSMNoFV_onshell *) |
double | gm2calc_mssmnofv_amu2LaCha (const MSSMNoFV_onshell *) |
contains declarations of C interface functions for 2-loop calculation
This file contains the declarations for the C interface functions used to calculate
Definition in file gm2_2loop.h.
typedef struct gm2calc_THDM gm2calc_THDM |
Definition at line 34 of file gm2_2loop.h.
typedef struct MSSMNoFV_onshell MSSMNoFV_onshell |
Definition at line 35 of file gm2_2loop.h.
double gm2calc_mssmnofv_amu2LaCha | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 96 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_amu2LaSferm | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 90 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_amu2LChi0Photonic | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 82 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_amu2LChipmPhotonic | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 76 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_amu2LFSfapprox | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 62 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_amu2LFSfapprox_non_tan_beta_resummed | ( | const MSSMNoFV_onshell * | model | ) |
Definition at line 68 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_calculate_amu_2loop | ( | const MSSMNoFV_onshell * | model | ) |
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (with tan(beta) resummation)
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (with tan(beta) resummation)
Definition at line 35 of file gm2_2loop_c.cpp.
double gm2calc_mssmnofv_calculate_amu_2loop_non_tan_beta_resummed | ( | const MSSMNoFV_onshell * | model | ) |
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (no tan(beta) resummation)
calculates best 2-loop SUSY contributions to a_mu in the MSSMNoFV (no tan(beta) resummation)
Definition at line 48 of file gm2_2loop_c.cpp.
double gm2calc_thdm_calculate_amu_2loop | ( | const gm2calc_THDM * | model | ) |
calculates full 2-loop contributions to a_mu in the general THDM
calculates full 2-loop contributions to a_mu in the general THDM
Definition at line 35 of file gm2_2loop_c.cpp.
double gm2calc_thdm_calculate_amu_2loop_bosonic | ( | const gm2calc_THDM * | model | ) |
calculates bosonic 2-loop contributions to a_mu in the general THDM
Definition at line 61 of file gm2_2loop_c.cpp.
double gm2calc_thdm_calculate_amu_2loop_fermionic | ( | const gm2calc_THDM * | model | ) |
calculates fermionic 2-loop contributions to a_mu in the general THDM
Definition at line 48 of file gm2_2loop_c.cpp.