![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>#include <boost/test/tools/output_test_stream.hpp>#include <boost/test/unit_test.hpp>#include "Acts/Definitions/Algebra.hpp"#include "Acts/Definitions/Common.hpp"#include "Acts/Definitions/Direction.hpp"#include "Acts/Definitions/Tolerance.hpp"#include "Acts/Definitions/TrackParametrization.hpp"#include "Acts/Definitions/Units.hpp"#include "Acts/EventData/GenericBoundTrackParameters.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/Geometry/TrackingVolume.hpp"#include "Acts/Propagator/ConstrainedStep.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/StepperConcept.hpp"#include "Acts/Propagator/detail/SteppingHelper.hpp"#include "Acts/Surfaces/BoundaryCheck.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Tests/CommonHelpers/CubicBVHTrackingGeometry.hpp"#include "Acts/Tests/CommonHelpers/CylindricalTrackingGeometry.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Utilities/Helpers.hpp"#include "Acts/Utilities/Intersection.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/Result.hpp"#include <cstddef>#include <iostream>#include <map>#include <memory>#include <string>#include <system_error>#include <tuple>#include <utility>
Include dependency graph for NavigatorTests.cpp:Go to the source code of this file.
Classes | |
| struct | Acts::Test::PropagatorState |
| mockup of propagtor state More... | |
| struct | Acts::Test::PropagatorState::Stepper |
| This is a simple cache struct to mimic a Stepper. More... | |
| struct | Acts::Test::PropagatorState::Stepper::State |
| struct | Acts::Test::PropagatorState::Options |
| emulate the options template More... | |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Test |
Functions | |
| template<typename stepper_state_t > | |
| void | Acts::Test::step (stepper_state_t &sstate) |
| bool | Acts::Test::testNavigatorStateVectors (Navigator::State &state, size_t navSurf, size_t navLay, size_t navBound, size_t extSurf) |
Method for testing vectors in Navigator::State. | |
| bool | Acts::Test::testNavigatorStatePointers (Navigator::State &state, const TrackingVolume *worldVol, const TrackingVolume *startVol, const Layer *startLay, const Surface *startSurf, const Surface *currSurf, const TrackingVolume *currVol, const TrackingVolume *targetVol, const Layer *targetLay, const Surface *targetSurf) |
Method for testing pointers in Navigator::State. | |
| CylindricalTrackingGeometry | Acts::Test::cGeometry (tgContext) |
| Acts::Test::BOOST_AUTO_TEST_CASE (Navigator_status_methods) | |
| Acts::Test::BOOST_AUTO_TEST_CASE (Navigator_target_methods) | |
Variables | |
| bool | Acts::Test::debug = true |