|
ACTS
Experiment-independent tracking
|
The result struct for the reference trajectory builder actor. More...
#include <Acts/TrackFitting/ReferenceTrajectoryBuilder.hpp>
Public Attributes | |
| bool | finished = false |
| Whether the reference trajectory building is finished. | |
| std::size_t | lastTrackStateIndex = kTrackIndexInvalid |
| The index of the last track state added to the trajectory. | |
| PathLimitReached | pathLimitReached |
| Path limit aborter. | |
| std::optional< BoundTrackParameters > | referenceParameters |
| The track parameters at the target surface if the target surface is reached. | |
| traj_t * | trajectory {nullptr} |
| The trajectory being built. | |
The result struct for the reference trajectory builder actor.