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

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.
 

Detailed Description

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

Member Typedef Documentation

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

Member Function Documentation

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

Kalman sequence operation.

Template Parameters
propagator_state_tis the type of Propagagor state
stepper_tType of the stepper used for the propagation
Parameters
stateis the mutable propagator state object
stepperThe stepper in use
resultis 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().

+ Here is the call graph for this function:

template<typename propagator_state_t , typename stepper_t >
void Acts::Test::StepWiseActor::operator() ( propagator_state_t &  ,
const stepper_t &   
) const
inline

Kalman sequence operation - void operation.

Template Parameters
propagator_state_tis the type of Propagagor state
stepper_tType of the stepper
Parameters
stateis the mutable propagator state object
stepperStepper 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


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