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

mockup of stepping state More...

Public Attributes

Vector3D pos = Vector3D(0., 0., 0.)
 Parameters.
 
Vector3D dir = Vector3D(0., 0., 1)
 
double p = 100_MeV
 
NavigationDirection navDir = NavigationDirection::forward
 

Detailed Description

mockup of stepping state

Definition at line 40 of file LoopProtectionTests.cpp.

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

Member Data Documentation

Vector3D Acts::Test::SteppingState::dir = Vector3D(0., 0., 1)

Definition at line 43 of file LoopProtectionTests.cpp.

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

Referenced by Acts::Test::Stepper::direction().

NavigationDirection Acts::Test::SteppingState::navDir = NavigationDirection::forward

Definition at line 46 of file LoopProtectionTests.cpp.

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

double Acts::Test::SteppingState::p = 100_MeV

Definition at line 44 of file LoopProtectionTests.cpp.

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

Referenced by Acts::Test::Stepper::momentum().

Vector3D Acts::Test::SteppingState::pos = Vector3D(0., 0., 0.)

Parameters.

Definition at line 42 of file LoopProtectionTests.cpp.

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

Referenced by Acts::Test::Stepper::position().


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