![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>#include "Acts/EventData/NeutralTrackParameters.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Utilities/UnitVectors.hpp"#include "Acts/Utilities/Units.hpp"#include "Acts/Utilities/detail/periodic.hpp"#include <limits>#include "TrackParametersDatasets.hpp"
Include dependency graph for CurvilinearTrackParametersTests.cpp:Go to the source code of this file.
Functions | |
| BOOST_DATA_TEST_CASE (NeutralConstruct, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps, x, y, z, time, phiInput, theta, p) | |
| BOOST_DATA_TEST_CASE (ChargedConstruct, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps *qsNonZero, x, y, z, time, phiInput, theta, p, q) | |
| BOOST_DATA_TEST_CASE (AnyConstruct, posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps *qsAny, x, y, z, time, phiInput, theta, p, q) | |
| BOOST_DATA_TEST_CASE | ( | NeutralConstruct | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas * | ps, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phiInput | , | ||
| theta | , | ||
| p | |||
| ) |
Definition at line 70 of file CurvilinearTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 70 of file CurvilinearTrackParametersTests.cpp
References Acts::Test::cov, Acts::SingleBoundTrackParameters< charge_t >::covariance(), M_PI, Acts::makeDirectionUnitFromPhiTheta(), Acts::Test::pos4(), and theta().
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | ChargedConstruct | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps * | qsNonZero, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phiInput | , | ||
| theta | , | ||
| p | , | ||
| q | |||
| ) |
Definition at line 89 of file CurvilinearTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file CurvilinearTrackParametersTests.cpp
References Acts::Test::cov, Acts::SingleBoundTrackParameters< charge_t >::covariance(), M_PI, Acts::makeDirectionUnitFromPhiTheta(), Acts::Test::pos4(), theta(), Acts::Test::time, x, y, and z.
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | AnyConstruct | , |
| posSymmetric *posSymmetric *posSymmetric *ts *phis *thetas *ps * | qsAny, | ||
| x | , | ||
| y | , | ||
| z | , | ||
| time | , | ||
| phiInput | , | ||
| theta | , | ||
| p | , | ||
| q | |||
| ) |
Definition at line 108 of file CurvilinearTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 108 of file CurvilinearTrackParametersTests.cpp
References Acts::Test::cov, M_PI, Acts::makeDirectionUnitFromPhiTheta(), Acts::Test::pos4(), theta(), Acts::Test::time, x, y, and z.
Here is the call graph for this function: