|
ACTS
Experiment-independent tracking
|
Simple class holding result of propagation call. More...
#include <Acts/Propagator/PropagatorResult.hpp>
Public Attributes | |
| std::optional< parameters_t > | endParameters = std::nullopt |
| Final track parameters. | |
| double | pathLength = 0. |
| Signed distance over which the parameters were propagated. | |
| PropagatorStatistics | statistics |
| Propagator statistics. | |
| std::size_t | steps = 0 |
| Number of propagation steps that were carried out. | |
| std::optional< BoundMatrix > | transportJacobian = std::nullopt |
| Full transport jacobian. | |
Simple class holding result of propagation call.
| parameters_t | Type of final track parameters |
| result_list | Result pack for additional propagation quantities |
| std::optional<parameters_t> Acts::PropagatorResult< parameters_t, result_list >::endParameters = std::nullopt |
Final track parameters.
| double Acts::PropagatorResult< parameters_t, result_list >::pathLength = 0. |
Signed distance over which the parameters were propagated.
| PropagatorStatistics Acts::PropagatorResult< parameters_t, result_list >::statistics |
Propagator statistics.
| std::size_t Acts::PropagatorResult< parameters_t, result_list >::steps = 0 |
Number of propagation steps that were carried out.
| std::optional<BoundMatrix> Acts::PropagatorResult< parameters_t, result_list >::transportJacobian = std::nullopt |
Full transport jacobian.