Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Common.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/Charge.hpp"
#include "Acts/EventData/GenericBoundTrackParameters.hpp"
#include "Acts/EventData/ParticleHypothesis.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.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/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Result.hpp"
#include "Acts/Utilities/UnitVectors.hpp"
#include "Acts/Utilities/detail/periodic.hpp"
#include <algorithm>
#include <cmath>
#include <limits>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
#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 268 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 268 of file BoundTrackParametersTests.cpp
References physmon_track_finding_ttbar::r, and 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 278 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 278 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 285 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 285 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 292 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 292 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 300 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 300 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 306 of file BoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 306 of file BoundTrackParametersTests.cpp
References Acts::Test::runTest().