GM2Calc 2.3.0
Loading...
Searching...
No Matches
Typedefs | Functions
gm2_1loop.h File Reference

contains declarations of C interface functions for 1-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_1loop (const gm2calc_THDM *)
 calculates full 1-loop contributions to a_mu in the general THDM
 
double gm2calc_mssmnofv_calculate_amu_1loop (const MSSMNoFV_onshell *)
 calculates full 1-loop SUSY contributions to (g-2) in the MSSMNoFV (w/ tan(beta) resummation)
 
double gm2calc_mssmnofv_calculate_amu_1loop_non_tan_beta_resummed (const MSSMNoFV_onshell *)
 calculates full 1-loop SUSY contributions to (g-2) in the MSSMNoFV (no tan(beta) resummation)
 
double gm2calc_mssmnofv_amu1LChi0 (const MSSMNoFV_onshell *)
 1-loop neutralino contribution
 
double gm2calc_mssmnofv_amu1LChipm (const MSSMNoFV_onshell *)
 1-loop chargino contribution
 

Detailed Description

contains declarations of C interface functions for 1-loop calculation

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

Definition in file gm2_1loop.h.

Typedef Documentation

◆ gm2calc_THDM

typedef struct gm2calc_THDM gm2calc_THDM

Definition at line 34 of file gm2_1loop.h.

◆ MSSMNoFV_onshell

Definition at line 35 of file gm2_1loop.h.

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 MSSMNoFV (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 MSSMNoFV (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.

◆ gm2calc_thdm_calculate_amu_1loop()

double gm2calc_thdm_calculate_amu_1loop ( const gm2calc_THDM model)

calculates full 1-loop contributions to a_mu in the general THDM

calculates full 1-loop contributions to a_mu in the general THDM

Definition at line 35 of file gm2_1loop_c.cpp.