A struct to hold statistics of the stepper.
More...
#include <Acts/Propagator/StepperStatistics.hpp>
|
|
double | absolutePathLength = 0 |
| | Unsigned sum of the step lengths.
|
|
std::size_t | nAttemptedSteps = 0 |
| | Number of attempted steps.
|
|
std::size_t | nRejectedSteps = 0 |
| | Number of rejected steps.
|
|
std::size_t | nReverseSteps = 0 |
| | Number of steps that were reversed.
|
|
std::size_t | nSuccessfulSteps = 0 |
| | Number of successful steps.
|
|
double | pathLength = 0 |
| | Signed sum of the step lengths.
|
A struct to hold statistics of the stepper.