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/NeutralTrackParameters.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Surfaces/ConeSurface.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Surfaces/DiscSurface.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/StrawSurface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/UnitVectors.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Utilities/detail/periodic.hpp"
#include "TrackParametersDatasets.hpp"
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE (ConeSurface, cones *posAngle *posPositiveNonzero *ts *phis *thetas *ps, surface, lphi, lz, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE (CylinderSurface, cylinders *posSymmetric *posSymmetric *ts *phis *thetas *ps, surface, lrphi, lz, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE (DiscSurface, discs *posPositive *posAngle *ts *phis *thetas *ps, surface, lr, lphi, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE (PerigeeSurface, perigees *posSymmetric *posSymmetric *ts *phis *thetasNoForwardBackward *ps, surface, d0, z0, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE (PlaneSurface, planes *posSymmetric *posSymmetric *ts *phis *thetas *ps, surface, l0, l1, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE (StrawSurface, straws *posPositive *posSymmetric *ts *phis *thetasNoForwardBackward *ps, surface, lr, lz, time, phi, theta, p) | |
BOOST_DATA_TEST_CASE | ( | ConeSurface | , |
cones *posAngle *posPositiveNonzero *ts *phis *thetas * | ps, | ||
surface | , | ||
lphi | , | ||
lz | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 228 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 228 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().
BOOST_DATA_TEST_CASE | ( | CylinderSurface | , |
cylinders *posSymmetric *posSymmetric *ts *phis *thetas * | ps, | ||
surface | , | ||
lrphi | , | ||
lz | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 238 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 238 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().
BOOST_DATA_TEST_CASE | ( | DiscSurface | , |
discs *posPositive *posAngle *ts *phis *thetas * | ps, | ||
surface | , | ||
lr | , | ||
lphi | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 245 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 245 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().
BOOST_DATA_TEST_CASE | ( | PerigeeSurface | , |
perigees *posSymmetric *posSymmetric *ts *phis *thetasNoForwardBackward * | ps, | ||
surface | , | ||
d0 | , | ||
z0 | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 252 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 252 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().
BOOST_DATA_TEST_CASE | ( | PlaneSurface | , |
planes *posSymmetric *posSymmetric *ts *phis *thetas * | ps, | ||
surface | , | ||
l0 | , | ||
l1 | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 260 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 260 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().
BOOST_DATA_TEST_CASE | ( | StrawSurface | , |
straws *posPositive *posSymmetric *ts *phis *thetasNoForwardBackward * | ps, | ||
surface | , | ||
lr | , | ||
lz | , | ||
time | , | ||
phi | , | ||
theta | , | ||
p | |||
) |
Definition at line 266 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 266 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().