Analysis Software
Documentation for sPHENIX simulation software
|
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. | |
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
Definition at line 162 of file EigenStepperTests.cpp.
View newest version in sPHENIX GitHub at line 162 of file EigenStepperTests.cpp
|
inline |
Main call operator for the action list. It stores the data for analysis afterwards.
propagator_state_t | Type of the propagator state |
stepper_t | Type of the stepper |
navigator_t | Type of the navigator |
[in] | state | State of the propagator |
[in] | stepper | Stepper of the propagation |
[in] | navigator | Navigator of the propagation |
[out] | result | Struct 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.