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/Propagator/AbortList.hpp"
#include "Acts/Propagator/ConstrainedStep.hpp"
#include "Acts/Propagator/StandardAborters.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Utilities/detail/Extendable.hpp"
Go to the source code of this file.
Classes | |
struct | Acts::Test::NavigatorState |
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::Result |
struct | Acts::Test::ActorA |
struct | Acts::Test::ActorA::result_type |
struct | Acts::Test::ActorB |
struct | Acts::Test::ActorB::result_type |
struct | Acts::Test::AborterWithResultA |
struct | Acts::Test::AborterWithResultInvalid |
struct | Acts::Test::AborterWithResultB |
struct | Acts::Test::AborterWithoutResult |
struct | Acts::Test::AborterWithoutResultInvalid |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Typedefs | |
using | Acts::Test::PathLimit = PathLimitReached |
using | Acts::Test::EndOfWorld = EndOfWorldReached |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (AbortListTest_PathLimit) | |
Acts::Test::BOOST_AUTO_TEST_CASE (AbortListSignatureTest) | |
Variables | |
template<typename P , typename S , typename... As> | |
constexpr bool | Acts::Test::signature_check |