EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::PropagatorState Struct Reference

mockup of propagtor state More...

+ Collaboration diagram for Acts::Test::PropagatorState:

Classes

struct  Options
 emulate the options template More...
 
struct  Stepper
 This is a simple cache struct to mimic a Stepper. More...
 
struct  StepperState
 

Public Attributes

Options options
 Give some options.
 
StepperState stepping
 The stepper state.
 
NavigatorState navigation
 The navigator state.
 
const SurfacestartSurface = nullptr
 Navigation cache: the start surface.
 
const SurfacecurrentSurface = nullptr
 Navigation cache: the current surface.
 
const SurfacetargetSurface = nullptr
 Navigation cache: the target surface.
 
bool targetReached = false
 
SteppingState stepping
 Contains: stepping state.
 
NavigationState navigation
 Contains: navigation state.
 
Stepper::State stepping
 The Stepper state - internal statew of the Stepper.
 
Navigator::State navigation
 Navigation state - internal state of the Navigator.
 
GeometryContext geoContext = GeometryContext()
 

Detailed Description

mockup of propagtor state

This is a simple cache struct to mimic the Propagator state

This is a simple cache struct to mimic the Propagator cache

Definition at line 56 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 56 of file AbortListTests.cpp

Member Data Documentation

const Surface * Acts::Test::PropagatorState::currentSurface = nullptr

Navigation cache: the current surface.

Definition at line 61 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file ActionListTests.cpp

GeometryContext Acts::Test::PropagatorState::geoContext = GeometryContext()

Definition at line 217 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 217 of file NavigatorTests.cpp

NavigatorState Acts::Test::PropagatorState::navigation

The navigator state.

Definition at line 94 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 94 of file AbortListTests.cpp

NavigationState Acts::Test::PropagatorState::navigation

Contains: navigation state.

Definition at line 104 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 104 of file LoopProtectionTests.cpp

Navigator::State Acts::Test::PropagatorState::navigation

Navigation state - internal state of the Navigator.

Definition at line 214 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 214 of file NavigatorTests.cpp

Options Acts::Test::PropagatorState::options

Give some options.

Contains: options.

Definition at line 88 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 88 of file AbortListTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().

const Surface * Acts::Test::PropagatorState::startSurface = nullptr

Navigation cache: the start surface.

Definition at line 58 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 58 of file ActionListTests.cpp

StepperState Acts::Test::PropagatorState::stepping

The stepper state.

The Stepper cache.

Definition at line 91 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 91 of file AbortListTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().

SteppingState Acts::Test::PropagatorState::stepping

Contains: stepping state.

Definition at line 102 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 102 of file LoopProtectionTests.cpp

Stepper::State Acts::Test::PropagatorState::stepping

The Stepper state - internal statew of the Stepper.

Definition at line 211 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 211 of file NavigatorTests.cpp

bool Acts::Test::PropagatorState::targetReached = false

Definition at line 65 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 65 of file ActionListTests.cpp

const Surface * Acts::Test::PropagatorState::targetSurface = nullptr

Navigation cache: the target surface.

Definition at line 64 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file ActionListTests.cpp


The documentation for this struct was generated from the following files: