ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActionListTests.cpp File Reference
#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/MagneticField/ConstantBField.hpp"
#include "Acts/Propagator/ActionList.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/StandardAborters.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Utilities/detail/Extendable.hpp"
+ Include dependency graph for ActionListTests.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::PropagatorState
 mockup of propagtor state More...
 
struct  Acts::Test::PropagatorState::StepperState
 
struct  Acts::Test::PropagatorState::Options
 emulate the options template More...
 
struct  Acts::Test::Stepper
 This is a struct to mimic the stepper. More...
 
struct  Acts::Test::DistanceObserver
 A distance observer struct as an actor. More...
 
struct  Acts::Test::DistanceObserver::this_result
 
struct  Acts::Test::CallCounter
 A call counter struct as an actor. More...
 
struct  Acts::Test::CallCounter::this_result
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  Acts::Test
 Namespace for ATS unit tests.
 

Functions

 Acts::Test::BOOST_AUTO_TEST_CASE (ActionListTest_Distance)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (ActionListTest_TwoActions)