Analysis Software
Documentation for sPHENIX simulation software
|
Propagator wrapper. More...
Public Member Functions | |
virtual | ~PropagatorInterface ()=default |
virtual PropagationOutput | execute (const AlgorithmContext &context, const PropagationAlgorithm::Config &cfg, const Acts::Logger &logger, const Acts::BoundTrackParameters &startParameters) const =0 |
Execute a propagation for charged particle parameters. | |
Propagator wrapper.
This class encapsulates a propagator instance and exposes propagation functions for neutral and charged particles.
PropagationAlgorithm
Definition at line 22 of file PropagatorInterface.hpp.
View newest version in sPHENIX GitHub at line 22 of file PropagatorInterface.hpp
|
virtualdefault |
|
pure virtual |
Execute a propagation for charged particle parameters.
context | The algorithm context |
cfg | The propagation algorithm configuration |
logger | A logger wrapper instance |
startParameters | The start parameters |