13 const double Pi = 3.141592653589793;
14 const Eigen::Matrix<double,3,3> UnitMatrix
15 = Eigen::Matrix<double,3,3>::Identity();
20 model.
set_g3(std::sqrt(4 * Pi * 0.1184));
37 model.
set_mq2(500 * 500 * UnitMatrix);
38 model.
set_ml2(500 * 500 * UnitMatrix);
39 model.
set_md2(500 * 500 * UnitMatrix);
40 model.
set_mu2(500 * 500 * UnitMatrix);
41 model.
set_me2(500 * 500 * UnitMatrix);
62 const double delta_amu =
65 std::printf(
"amu = %.5e +- %.5e\n", amu, delta_amu);
67 std::printf(
"%s\n", e.what());
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.