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

Data collector while propagation. More...

Classes

struct  this_result
 Data container for result analysis. More...
 

Public Types

using result_type = this_result
 

Public Member Functions

template<typename propagator_state_t , typename stepper_t , typename navigator_t >
void operator() (propagator_state_t &state, const stepper_t &stepper, const navigator_t &, result_type &result, const Logger &) const
 Main call operator for the action list. It stores the data for analysis afterwards.
 

Detailed Description

Data collector while propagation.

Definition at line 151 of file EigenStepperTests.cpp.

View newest version in sPHENIX GitHub at line 151 of file EigenStepperTests.cpp

Member Typedef Documentation

Definition at line 162 of file EigenStepperTests.cpp.

View newest version in sPHENIX GitHub at line 162 of file EigenStepperTests.cpp

Member Function Documentation

template<typename propagator_state_t , typename stepper_t , typename navigator_t >
void Acts::Test::StepCollector::operator() ( propagator_state_t &  state,
const stepper_t &  stepper,
const navigator_t &  ,
result_type result,
const Logger  
) const
inline

Main call operator for the action list. It stores the data for analysis afterwards.

Template Parameters
propagator_state_tType of the propagator state
stepper_tType of the stepper
navigator_tType of the navigator
Parameters
[in]stateState of the propagator
[in]stepperStepper of the propagation
[in]navigatorNavigator of the propagation
[out]resultStruct which is filled with the data

Definition at line 177 of file EigenStepperTests.cpp.

View newest version in sPHENIX GitHub at line 177 of file EigenStepperTests.cpp

References Acts::Test::StepCollector::this_result::momentum, and Acts::Test::StepCollector::this_result::position.


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