Skip to content

Commit

Permalink
fix theta test
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 14, 2024
1 parent 8db315c commit bca5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/Core/TrackFitting/Gx2fTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ BOOST_AUTO_TEST_CASE(Material) {
BOOST_CHECK_CLOSE(track.parameters()[eBoundLoc1], -15., 15e0);
BOOST_CHECK_CLOSE(track.parameters()[eBoundPhi], 1e-5, 1.1e3);
BOOST_CHECK_CLOSE(track.parameters()[eBoundTheta], std::numbers::pi / 2,
1e-3);
2e-2);
BOOST_CHECK_EQUAL(track.parameters()[eBoundQOverP], 1);
BOOST_CHECK_CLOSE(track.parameters()[eBoundTime],
startParametersFit.parameters()[eBoundTime], 1e-6);
Expand Down

0 comments on commit bca5d91

Please sign in to comment.