ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
the bound state propagation More...
Classes | |
struct | this_result |
The result is the piece-wise jacobian. More... | |
Public Types | |
using | result_type = this_result |
Broadcast the result type. | |
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 |
Kalman sequence operation. | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &) const |
Kalman sequence operation - void operation. | |
the bound state propagation
Definition at line 43 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 43 of file KalmanExtrapolatorTests.cpp
Broadcast the result type.
Definition at line 54 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 54 of file KalmanExtrapolatorTests.cpp
|
inline |
Kalman sequence operation.
propagator_state_t | is the type of Propagagor state |
stepper_t | Type of the stepper used for the propagation |
state | is the mutable propagator state object |
stepper | The stepper in use |
result | is the mutable result state object |
Definition at line 65 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file KalmanExtrapolatorTests.cpp
References Acts::detail::boundState(), Acts::Test::StepWiseActor::this_result::finalized, Acts::Test::StepWiseActor::this_result::fullPath, Acts::Test::StepWiseActor::this_result::jacobians, Acts::Test::StepWiseActor::this_result::paths, and surface().
|
inline |
Kalman sequence operation - void operation.
propagator_state_t | is the type of Propagagor state |
stepper_t | Type of the stepper |
state | is the mutable propagator state object |
stepper | Stepper used by the propagation |
Definition at line 95 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 95 of file KalmanExtrapolatorTests.cpp