EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Propagator/ConstrainedStep.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/StepperConcept.hpp"
#include "Acts/Propagator/StraightLineStepper.hpp"
#include "Acts/Propagator/detail/SteppingHelper.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Tests/CommonHelpers/CylindricalTrackingGeometry.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include "Acts/Utilities/Units.hpp"
#include <memory>
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 |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
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 |