33 const double Pi = 3.141592653589793;
34 const Eigen::Matrix<double,3,3> UnitMatrix
35 = Eigen::Matrix<double,3,3>::Identity();
40 model.
set_g3(std::sqrt(4 * Pi * 0.1184));
57 model.
set_mq2(500 * 500 * UnitMatrix);
58 model.
set_ml2(500 * 500 * UnitMatrix);
59 model.
set_md2(500 * 500 * UnitMatrix);
60 model.
set_mu2(500 * 500 * UnitMatrix);
61 model.
set_me2(500 * 500 * UnitMatrix);
73 const double tanb_start = 2.;
74 const double tanb_stop = 100.;
75 const unsigned nsteps = 100;
77 printf(
"# %14s %16s %16s %16s\n",
78 "tan(beta)",
"amu",
"uncertainty",
"error");
80 for (
unsigned n = 0; n < nsteps; n++) {
81 double amu{0.0}, delta_amu{0.0};
82 const double tanb = tanb_start + (tanb_stop - tanb_start) * n / nsteps;
94 error =
"# " + std::string(e.what());
95 amu = delta_amu = std::numeric_limits<double>::signaling_NaN();
98 printf(
"%16.8e %16.8e %16.8e %s\n",
99 tanb, amu, delta_amu, error.c_str());
const MSSMNoFV_onshell_physical & get_physical() const
void set_MassWB(double MassWB_)
void set_md2(const Eigen::Matrix< double, 3, 3 > &md2_)
void set_mu2(const Eigen::Matrix< double, 3, 3 > &mu2_)
void set_MassG(double MassG_)
void set_MassB(double MassB_)
void set_mq2(const Eigen::Matrix< double, 3, 3 > &mq2_)
void set_ml2(const Eigen::Matrix< double, 3, 3 > &ml2_)
void set_me2(const Eigen::Matrix< double, 3, 3 > &me2_)
contains the MSSMNoFV parameters in the on-shell scheme
void calculate_masses()
calculate SUSY masses in mixed on-shell/DR-bar scheme from given on-shell/DR-bar parameters
void set_Au(const Eigen::Matrix< double, 3, 3 > &A)
soft-breaking trilinear up-type squark coupling
void set_TB(double)
set tan(beta)
void set_alpha_MZ(double)
set alpha(MZ) w/o hadronic corrections
void set_MA0(double m)
set CP-odd Higgs pole mass
void set_Ad(const Eigen::Matrix< double, 3, 3 > &A)
soft-breaking trilinear down-type squark coupling
void set_alpha_thompson(double)
set alpha in the Thomson limit
void set_Ae(const Eigen::Matrix< double, 3, 3 > &A)
soft-breaking trilinear on-shell down-type slepton coupling
gm2calc::MSSMNoFV_onshell setup()
double calculate_amu_2loop(const MSSMNoFV_onshell &model)
Calculates best 2-loop SUSY contribution to a_mu with tan(beta) resummation.
double calculate_uncertainty_amu_2loop(const THDM &, double, double)
calculates uncertainty for amu(2-loop)
double calculate_amu_1loop(const MSSMNoFV_onshell &model)
Calculates full 1-loop SUSY contribution to (g-2), Eq (45) of arXiv:hep-ph/0609168.