|
ACTS
Experiment-independent tracking
|
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. | |
A struct to hold statistics of the stepper.
| double Acts::StepperStatistics::absolutePathLength = 0 |
Unsigned sum of the step lengths.
| std::size_t Acts::StepperStatistics::nAttemptedSteps = 0 |
Number of attempted steps.
| std::size_t Acts::StepperStatistics::nRejectedSteps = 0 |
Number of rejected steps.
| std::size_t Acts::StepperStatistics::nReverseSteps = 0 |
Number of steps that were reversed.
| std::size_t Acts::StepperStatistics::nSuccessfulSteps = 0 |
Number of successful steps.
| double Acts::StepperStatistics::pathLength = 0 |
Signed sum of the step lengths.