ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::StepperStatistics Struct Reference

A struct to hold statistics of the stepper. More...

#include <Acts/Propagator/StepperStatistics.hpp>

Public Attributes

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.

Detailed Description

A struct to hold statistics of the stepper.