EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::NavigatorState Struct Reference
+ Collaboration diagram for Acts::Test::NavigatorState:

Public Attributes

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
 The boolean is reached.
 

Detailed Description

This is a simple cache struct to mimic the Navigator state

Definition at line 40 of file AbortListTests.cpp.

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

Member Data Documentation

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

Navigation cache: the current surface.

Definition at line 45 of file AbortListTests.cpp.

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

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

Navigation cache: the start surface.

Definition at line 42 of file AbortListTests.cpp.

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

bool Acts::Test::NavigatorState::targetReached = false

The boolean is reached.

Definition at line 51 of file AbortListTests.cpp.

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

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

Navigation cache: the target surface.

Definition at line 48 of file AbortListTests.cpp.

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


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