EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/detail/TransformationFreeToBound.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/UnitVectors.hpp"
#include "Acts/Utilities/Units.hpp"
#include <cmath>
#include <limits>
#include "TrackParametersDatasets.hpp"
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE (GlobalToBoundTrackParameters, surfaces *posSymmetric *posSymmetric *ts *phis *thetas *ps *qsNonZero, surface, l0, l1, time, phiInput, theta, p, q) | |
BOOST_DATA_TEST_CASE (GlobalToCurvilinearParameters, ts *phis *thetas *ps *qsNonZero, time, phiInput, theta, p, q) | |
BOOST_DATA_TEST_CASE | ( | GlobalToBoundTrackParameters | , |
surfaces *posSymmetric *posSymmetric *ts *phis *thetas *ps * | qsNonZero, | ||
surface | , | ||
l0 | , | ||
l1 | , | ||
time | , | ||
phiInput | , | ||
theta | , | ||
p | , | ||
q | |||
) |
Definition at line 31 of file TransformFreeToBoundTests.cpp.
View newest version in sPHENIX GitHub at line 31 of file TransformFreeToBoundTests.cpp
References CHECK_CLOSE_OR_SMALL, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, Acts::eFreeDir0, Acts::eFreeDir1, Acts::eFreeDir2, Acts::eFreePos0, Acts::eFreePos1, Acts::eFreePos2, Acts::eFreeQOverP, Acts::eFreeTime, Acts::eMom0, Acts::eMom1, Acts::eMom2, Acts::ePos0, Acts::ePos1, Acts::ePos2, eps, fv(), Acts::Test::geoCtx, M_PI, Acts::makeDirectionUnitFromPhiTheta(), p, phi, pos(), theta(), Acts::Test::time, and Acts::detail::transformFreeToBoundParameters().
BOOST_DATA_TEST_CASE | ( | GlobalToCurvilinearParameters | , |
ts *phis *thetas *ps * | qsNonZero, | ||
time | , | ||
phiInput | , | ||
theta | , | ||
p | , | ||
q | |||
) |
Definition at line 84 of file TransformFreeToBoundTests.cpp.
View newest version in sPHENIX GitHub at line 84 of file TransformFreeToBoundTests.cpp
References CHECK_CLOSE_OR_SMALL, CHECK_SMALL, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, eps, Acts::Test::geoCtx, M_PI, Acts::makeDirectionUnitFromPhiTheta(), p, phi, theta(), Acts::Test::time, and Acts::detail::transformFreeToCurvilinearParameters().