Analysis Software
Documentation for sPHENIX simulation 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 , typename navigator_t >
void operator() (propagator_state_t &state, const stepper_t &stepper, const navigator_t &navigator, result_type &result, const Logger &) const
 Kalman sequence operation.
 

Detailed Description

the bound state propagation

Definition at line 57 of file KalmanExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file KalmanExtrapolatorTests.cpp

Member Typedef Documentation

Broadcast the result type.

Definition at line 68 of file KalmanExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 68 of file KalmanExtrapolatorTests.cpp

Member Function Documentation

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

Kalman sequence operation.

Template Parameters
propagator_state_tis the type of Propagator state
stepper_tType of the stepper used for the propagation
navigator_tType of the navigator used for the propagation
Parameters
stateis the mutable propagator state object
stepperThe stepper in use
navigatorThe navigator in use
resultis the mutable result state object

Definition at line 82 of file KalmanExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 82 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, testing::internal::move(), Acts::Test::StepWiseActor::this_result::paths, and writeMapConfig::surface.

+ Here is the call graph for this function:


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