![]() |
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/Geometry/GeometryContext.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/UnitVectors.hpp"#include "Acts/Utilities/Units.hpp"#include <limits>#include "TrackParametersDatasets.hpp"
Include dependency graph for FreeTrackParametersTests.cpp:Go to the source code of this file.
Functions | |
| BOOST_DATA_TEST_CASE (NeutralConstructFromAngles, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps, x, y, z, time, phi, theta, p) | |
| BOOST_DATA_TEST_CASE (ChargedConstructFromAngles, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps *qsNonZero, x, y, z, time, phi, theta, p, q) | |
| BOOST_DATA_TEST_CASE (AnyConstructFromAngles, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps *qsNonZero, x, y, z, time, phi, theta, p, q) | |
| BOOST_DATA_TEST_CASE | ( | NeutralConstructFromAngles | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas * | ps, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phi | , | ||
| theta | , | ||
| p | |||
| ) |
Definition at line 75 of file FreeTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 75 of file FreeTrackParametersTests.cpp
References Acts::Test::cov, Acts::SingleFreeTrackParameters< charge_t >::covariance(), Acts::makeDirectionUnitFromPhiTheta(), and Acts::Test::pos4().
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | ChargedConstructFromAngles | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps * | qsNonZero, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phi | , | ||
| theta | , | ||
| p | , | ||
| q | |||
| ) |
Definition at line 92 of file FreeTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 92 of file FreeTrackParametersTests.cpp
References Acts::Test::cov, Acts::SingleFreeTrackParameters< charge_t >::covariance(), Acts::makeDirectionUnitFromPhiTheta(), phi, Acts::Test::pos4(), theta(), Acts::Test::time, x, y, and z.
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | AnyConstructFromAngles | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps * | qsNonZero, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phi | , | ||
| theta | , | ||
| p | , | ||
| q | |||
| ) |
Definition at line 109 of file FreeTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 109 of file FreeTrackParametersTests.cpp
References Acts::Test::cov, Acts::makeDirectionUnitFromPhiTheta(), phi, Acts::Test::pos4(), theta(), Acts::Test::time, x, y, and z.
Here is the call graph for this function: