GM2Calc 2.3.0
|
contains definitions of C interface functions for 2-loop calculation More...
Go to the source code of this file.
Functions | |
double | gm2calc_mssmnofv_calculate_amu_2loop (const MSSMNoFV_onshell *model) |
calculates best 2-loop SUSY contributions to a_mu in the MSSM (with tan(beta) resummation) | |
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 MSSM (no tan(beta) resummation) | |
double | gm2calc_mssmnofv_amu2LFSfapprox (const MSSMNoFV_onshell *model) |
double | gm2calc_mssmnofv_amu2LFSfapprox_non_tan_beta_resummed (const MSSMNoFV_onshell *model) |
double | gm2calc_mssmnofv_amu2LChipmPhotonic (const MSSMNoFV_onshell *model) |
double | gm2calc_mssmnofv_amu2LChi0Photonic (const MSSMNoFV_onshell *model) |
double | gm2calc_mssmnofv_amu2LaSferm (const MSSMNoFV_onshell *model) |
double | gm2calc_mssmnofv_amu2LaCha (const MSSMNoFV_onshell *model) |
contains definitions of C interface functions for 2-loop calculation
This file contains the definitions for the C interface functions used to calculate
Definition in file gm2_2loop_c.cpp.
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 MSSM (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 MSSM (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.