ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 > | |
void | operator() (propagator_state_t &state, const stepper_t &stepper, result_type &result) const |
Main call operator for the action list. It stores the data for analysis afterwards. | |
Data collector while propagation.
Definition at line 94 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 94 of file StepperTests.cpp
Definition at line 105 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 105 of file StepperTests.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 |
[in] | state | State of the propagator |
[in] | stepper | Stepper of the propagation |
[out] | result | Struct which is filled with the data |
Definition at line 116 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 116 of file StepperTests.cpp
References Acts::Test::StepCollector::this_result::momentum, and Acts::Test::StepCollector::this_result::position.