GM2Calc 2.3.0
Loading...
Searching...
No Matches
Functions
gm2_2loop_c.cpp File Reference

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)
 

Detailed Description

contains definitions of C interface functions for 2-loop calculation

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

Definition in file gm2_2loop_c.cpp.

Function Documentation

◆ gm2calc_mssmnofv_amu2LaCha()

double gm2calc_mssmnofv_amu2LaCha ( const MSSMNoFV_onshell model)

Definition at line 96 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_amu2LaSferm()

double gm2calc_mssmnofv_amu2LaSferm ( const MSSMNoFV_onshell model)

Definition at line 90 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_amu2LChi0Photonic()

double gm2calc_mssmnofv_amu2LChi0Photonic ( const MSSMNoFV_onshell model)

Definition at line 82 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_amu2LChipmPhotonic()

double gm2calc_mssmnofv_amu2LChipmPhotonic ( const MSSMNoFV_onshell model)

Definition at line 76 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_amu2LFSfapprox()

double gm2calc_mssmnofv_amu2LFSfapprox ( const MSSMNoFV_onshell model)

Definition at line 62 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_amu2LFSfapprox_non_tan_beta_resummed()

double gm2calc_mssmnofv_amu2LFSfapprox_non_tan_beta_resummed ( const MSSMNoFV_onshell model)

Definition at line 68 of file gm2_2loop_c.cpp.

◆ gm2calc_mssmnofv_calculate_amu_2loop()

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.

◆ gm2calc_mssmnofv_calculate_amu_2loop_non_tan_beta_resummed()

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.