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

Simplified propagator state. More...

+ Collaboration diagram for Acts::Test::PropState:

Public Member Functions

 PropState (AtlasStepper< ConstantBField >::State sState)
 Constructor.
 
 PropState (EigenStepper< ConstantBField >::State sState)
 Constructor.
 
 PropState (StraightLineStepper::State sState)
 Constructor.
 

Public Attributes

AtlasStepper< ConstantBField >
::State 
stepping
 State of the Atlas stepper.
 
struct {
   double   mass = 42.
 
   double   tolerance = 1e-4
 
options
 
EigenStepper< ConstantBField >
::State 
stepping
 State of the eigen stepper.
 
struct {
   double   mass = 42.
 
   double   tolerance = 1e-4
 
   double   stepSizeCutOff = 0.
 
   unsigned int   maxRungeKuttaStepTrials = 10000
 
options
 
StraightLineStepper::State stepping
 State of the straight line stepper.
 
struct {
   double   mass = 42.
 
options
 

Detailed Description

Simplified propagator state.

Definition at line 25 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file AtlasStepperTests.cpp

Constructor & Destructor Documentation

Acts::Test::PropState::PropState ( AtlasStepper< ConstantBField >::State  sState)
inline

Constructor.

Definition at line 27 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file AtlasStepperTests.cpp

Acts::Test::PropState::PropState ( EigenStepper< ConstantBField >::State  sState)
inline

Constructor.

Definition at line 51 of file StepperTests.cpp.

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

Acts::Test::PropState::PropState ( StraightLineStepper::State  sState)
inline

Constructor.

Definition at line 27 of file StraightLineStepperTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file StraightLineStepperTests.cpp

Member Data Documentation

double Acts::Test::PropState::mass = 42.

Definition at line 32 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file AtlasStepperTests.cpp

unsigned int Acts::Test::PropState::maxRungeKuttaStepTrials = 10000

Definition at line 59 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 59 of file StepperTests.cpp

struct { ... } Acts::Test::PropState::options
struct { ... } Acts::Test::PropState::options
struct { ... } Acts::Test::PropState::options
AtlasStepper<ConstantBField>::State Acts::Test::PropState::stepping

State of the Atlas stepper.

Definition at line 29 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file AtlasStepperTests.cpp

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

StraightLineStepper::State Acts::Test::PropState::stepping

State of the straight line stepper.

Definition at line 29 of file StraightLineStepperTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file StraightLineStepperTests.cpp

EigenStepper<ConstantBField>::State Acts::Test::PropState::stepping

State of the eigen stepper.

Definition at line 53 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 53 of file StepperTests.cpp

double Acts::Test::PropState::stepSizeCutOff = 0.

Definition at line 58 of file StepperTests.cpp.

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

double Acts::Test::PropState::tolerance = 1e-4

Definition at line 33 of file AtlasStepperTests.cpp.

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


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