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.

Member Data Documentation

◆ absolutePathLength

double Acts::StepperStatistics::absolutePathLength = 0

Unsigned sum of the step lengths.

◆ nAttemptedSteps

std::size_t Acts::StepperStatistics::nAttemptedSteps = 0

Number of attempted steps.

◆ nRejectedSteps

std::size_t Acts::StepperStatistics::nRejectedSteps = 0

Number of rejected steps.

◆ nReverseSteps

std::size_t Acts::StepperStatistics::nReverseSteps = 0

Number of steps that were reversed.

◆ nSuccessfulSteps

std::size_t Acts::StepperStatistics::nSuccessfulSteps = 0

Number of successful steps.

◆ pathLength

double Acts::StepperStatistics::pathLength = 0

Signed sum of the step lengths.