Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::StepperState Struct Reference

Simplified stepper state. More...

+ Collaboration diagram for Acts::Test::StepperState:

Public Attributes

ParticleHypothesis particleHypothesis = ParticleHypothesis::pion()
 
Vector3 pos
 
Vector3 dir
 
double t = 0
 
double p = 0
 
double q = 0
 
bool covTransport = false
 
double absCharge = UnitConstants::e
 

Detailed Description

Simplified stepper state.

Definition at line 33 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file VolumeMaterialInteractionTests.cpp

Member Data Documentation

double Acts::Test::StepperState::absCharge = UnitConstants::e

Definition at line 38 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file VolumeMaterialInteractionTests.cpp

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

bool Acts::Test::StepperState::covTransport = false

Definition at line 37 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file VolumeMaterialInteractionTests.cpp

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

Vector3 Acts::Test::StepperState::dir

Definition at line 35 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file VolumeMaterialInteractionTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::Stepper::direction().

double Acts::Test::StepperState::p = 0
ParticleHypothesis Acts::Test::StepperState::particleHypothesis = ParticleHypothesis::pion()

Definition at line 34 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file VolumeMaterialInteractionTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::Stepper::particleHypothesis().

Vector3 Acts::Test::StepperState::pos

Definition at line 35 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file VolumeMaterialInteractionTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::Stepper::position().

double Acts::Test::StepperState::q = 0

Definition at line 36 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file VolumeMaterialInteractionTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::Test::Stepper::charge(), and Acts::Test::Stepper::qOverP().

double Acts::Test::StepperState::t = 0

Definition at line 36 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file VolumeMaterialInteractionTests.cpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::Stepper::time().


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