GM2Calc 2.3.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
gm2_1loop_c.cpp File Reference

contains definitions of C interface functions for 1-loop calculation More...

Go to the source code of this file.

Functions

double gm2calc_mssmnofv_calculate_amu_1loop (const MSSMNoFV_onshell *model)
 calculates full 1-loop SUSY contributions to (g-2) in the MSSM (w/ tan(beta) resummation)
 
double gm2calc_mssmnofv_calculate_amu_1loop_non_tan_beta_resummed (const MSSMNoFV_onshell *model)
 calculates full 1-loop SUSY contributions to (g-2) in the MSSM (no tan(beta) resummation)
 
double gm2calc_mssmnofv_amu1LChi0 (const MSSMNoFV_onshell *model)
 1-loop neutralino contribution
 
double gm2calc_mssmnofv_amu1LChipm (const MSSMNoFV_onshell *model)
 1-loop chargino contribution
 

Detailed Description

contains definitions of C interface functions for 1-loop calculation

This file contains the definitions for the C interface functions used to calculate $a_\mu$ at the 1-loop level.

Definition in file gm2_1loop_c.cpp.

Function Documentation

◆ gm2calc_mssmnofv_amu1LChi0()

double gm2calc_mssmnofv_amu1LChi0 ( const MSSMNoFV_onshell model)

1-loop neutralino contribution

Definition at line 63 of file gm2_1loop_c.cpp.

◆ gm2calc_mssmnofv_amu1LChipm()

double gm2calc_mssmnofv_amu1LChipm ( const MSSMNoFV_onshell model)

1-loop chargino contribution

Definition at line 70 of file gm2_1loop_c.cpp.

◆ gm2calc_mssmnofv_calculate_amu_1loop()

double gm2calc_mssmnofv_calculate_amu_1loop ( const MSSMNoFV_onshell model)

calculates full 1-loop SUSY contributions to (g-2) in the MSSM (w/ tan(beta) resummation)

calculates full 1-loop SUSY contributions to (g-2) in the MSSMNoFV (w/ tan(beta) resummation)

Definition at line 35 of file gm2_1loop_c.cpp.

◆ gm2calc_mssmnofv_calculate_amu_1loop_non_tan_beta_resummed()

double gm2calc_mssmnofv_calculate_amu_1loop_non_tan_beta_resummed ( const MSSMNoFV_onshell model)

calculates full 1-loop SUSY contributions to (g-2) in the MSSM (no tan(beta) resummation)

calculates full 1-loop SUSY contributions to (g-2) in the MSSMNoFV (no tan(beta) resummation)

Definition at line 48 of file gm2_1loop_c.cpp.