![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/test_tools.hpp>#include <boost/test/unit_test.hpp>#include "Acts/EventData/TrackParameters.hpp"#include "Acts/EventData/detail/TransformationBoundToFree.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/Propagator/AtlasStepper.hpp"#include "Acts/Surfaces/DiscSurface.hpp"#include "Acts/Surfaces/PerigeeSurface.hpp"#include "Acts/Surfaces/StrawSurface.hpp"#include "Acts/Tests/CommonHelpers/Assertions.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Utilities/Units.hpp"
Include dependency graph for AtlasStepperTests.cpp:Go to the source code of this file.
Classes | |
| struct | Acts::Test::MockPropagatorState |
| Simplified propagator state. More... | |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Test |
| Namespace for ATS unit tests. | |
Typedefs | |
| using | Acts::Test::Jacobian = BoundMatrix |
| using | Acts::Test::Stepper = AtlasStepper< ConstantBField > |
Functions | |
| static const Vector4D | Acts::Test::pos4 (1_mm,-1_mm, 2_mm, 2_ns) |
| Acts::Test::BOOST_AUTO_TEST_CASE (ConstructState) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (ConstructStateWithCovariance) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (Getters) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (UpdateFromBound) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (UpdateFromComponents) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (BuildBound) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (BuildCurvilinear) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (Step) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (StepWithCovariance) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (Reset) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (StepSize) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (StepSizeSurface) | |
Variables | |
| static constexpr auto | Acts::Test::stepSize = 10_mm |
| static constexpr auto | Acts::Test::tolerance = 10_um |
| static constexpr NavigationDirection | Acts::Test::navDir = backward |
| static const ConstantBField | Acts::Test::magneticField (Vector3D(0.1_T,-0.2_T, 2_T)) |
| static const Vector3D | Acts::Test::pos = pos4.segment<3>(ePos0) |
| static const auto | Acts::Test::time = pos4[eTime] |
| static const Vector3D | Acts::Test::unitDir = Vector3D(-2, 2, 1).normalized() |
| static constexpr auto | Acts::Test::absMom = 1_GeV |
| static constexpr auto | Acts::Test::charge = -1_e |
| static const Covariance | Acts::Test::cov = Covariance::Identity() |
| static const GeometryContext | Acts::Test::geoCtx = GeometryContext() |
| static const MagneticFieldContext | Acts::Test::magCtx |