Skip to content

Commit

Permalink
relaxing test precision
Browse files Browse the repository at this point in the history
after the default SM input parameters have been changed
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 4, 2017
1 parent 46d3f0c commit 845caeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_CMSSMMassWInput_spectrum.cpp
Expand Up @@ -917,13 +917,13 @@ BOOST_AUTO_TEST_CASE( test_CMSSMMassWInput_spectrum_with_Softsusy_gauge_coupling
const double mH0 = ss.displayDrBarPars().mh0(2);

BOOST_CHECK_CLOSE_FRACTION(MHpm(1), MwRun, 1.0e-10); // for RXi(Wm) == 1
BOOST_CHECK_CLOSE_FRACTION(MHpm(2), mHpm, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(MHpm(2), mHpm, 5.e-5);

BOOST_CHECK_CLOSE_FRACTION(MAh(1), MzRun, 1.0e-10); // for RXi(VZ) == 1
BOOST_CHECK_CLOSE_FRACTION(MAh(2), mA0, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(MAh(2), mA0, 5.e-5);

BOOST_CHECK_CLOSE_FRACTION(Mhh(1), mh0, 3.e-6);
BOOST_CHECK_CLOSE_FRACTION(Mhh(2), mH0, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(Mhh(2), mH0, 5.e-5);
}

// ===== test with gauge couplings determined from the Rho parameter (FlexibleSUSY variant) =====
Expand Down Expand Up @@ -986,13 +986,13 @@ BOOST_AUTO_TEST_CASE( test_CMSSMMassWInput_spectrum_with_weinberg_angle )
const double mH0 = ss.displayDrBarPars().mh0(2);

BOOST_CHECK_CLOSE_FRACTION(MHpm(1), MwRun, 1.0e-10); // for RXi(Wm) == 1
BOOST_CHECK_CLOSE_FRACTION(MHpm(2), mHpm, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(MHpm(2), mHpm, 5.e-5);

BOOST_CHECK_CLOSE_FRACTION(MAh(1), MzRun, 1.0e-10); // for RXi(VZ) == 1
BOOST_CHECK_CLOSE_FRACTION(MAh(2), mA0, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(MAh(2), mA0, 5.e-5);

BOOST_CHECK_CLOSE_FRACTION(Mhh(1), mh0, 3.e-6);
BOOST_CHECK_CLOSE_FRACTION(Mhh(2), mH0, 4.e-5);
BOOST_CHECK_CLOSE_FRACTION(Mhh(2), mH0, 5.e-5);
}


Expand Down

0 comments on commit 845caeb

Please sign in to comment.