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

Public Attributes

Vector3D pos = Vector3D(0., 0., 0.)
 Position.
 
Vector3D dir = Vector3D(1., 0., 0.)
 Direction.
 
double p
 Momentum.
 
double q
 Charge.
 
double t
 Time.
 
NavigationDirection navDir = forward
 the navigation direction
 
double pathAccumulated = 0.
 
ConstrainedStep stepSize = ConstrainedStep(100_cm)
 
double previousStepSize = 0.
 
double tolerance = s_onSurfaceTolerance
 The tolerance for the stepping.
 
GeometryContext geoContext = GeometryContext()
 

Detailed Description

This is a simple cache struct to mimic the Stepper cache in the propagation

Definition at line 58 of file NavigatorTests.cpp.

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

Member Data Documentation

Vector3D Acts::Test::PropagatorState::Stepper::State::dir = Vector3D(1., 0., 0.)
GeometryContext Acts::Test::PropagatorState::Stepper::State::geoContext = GeometryContext()

Definition at line 89 of file NavigatorTests.cpp.

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

NavigationDirection Acts::Test::PropagatorState::Stepper::State::navDir = forward

the navigation direction

Definition at line 75 of file NavigatorTests.cpp.

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

double Acts::Test::PropagatorState::Stepper::State::p
double Acts::Test::PropagatorState::Stepper::State::pathAccumulated = 0.

Definition at line 78 of file NavigatorTests.cpp.

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

Referenced by Acts::Test::PropagatorState::Stepper::boundState(), and Acts::Test::PropagatorState::Stepper::curvilinearState().

Vector3D Acts::Test::PropagatorState::Stepper::State::pos = Vector3D(0., 0., 0.)
double Acts::Test::PropagatorState::Stepper::State::previousStepSize = 0.

Definition at line 84 of file NavigatorTests.cpp.

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

Referenced by Acts::Test::PropagatorState::Stepper::setStepSize().

double Acts::Test::PropagatorState::Stepper::State::q
ConstrainedStep Acts::Test::PropagatorState::Stepper::State::stepSize = ConstrainedStep(100_cm)
double Acts::Test::PropagatorState::Stepper::State::t
double Acts::Test::PropagatorState::Stepper::State::tolerance = s_onSurfaceTolerance

The tolerance for the stepping.

Definition at line 87 of file NavigatorTests.cpp.

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


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