Skip to content

Commit

Permalink
check equality of soft Higgs masses
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Mar 9, 2014
1 parent a2d225e commit d35d51b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_MSSM_model.cpp
Expand Up @@ -1325,6 +1325,9 @@ void test_self_energy_CP_odd_higgs(MSSM<Two_scale> model,
TEST_CLOSE(softSusy.displaySusyMu(), model.get_Mu(), 1.0e-10);
TEST_CLOSE_REL(softSusy.displaySusyMu(), model.get_Mu(), 1.0e-10);

TEST_CLOSE(softSusy.displayMh1Squared(), model.get_mHd2(), 1.0e-10);
TEST_CLOSE(softSusy.displayMh2Squared(), model.get_mHu2(), 1.0e-10);

const int accuracy = loop_order;
const double piWWT = 0., pizztMS = 0.;

Expand Down

0 comments on commit d35d51b

Please sign in to comment.