ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Experimental::ReferenceTrajectoryBuilderResult< traj_t > Struct Template Reference

The result struct for the reference trajectory builder actor. More...

#include <Acts/TrackFitting/ReferenceTrajectoryBuilder.hpp>

Collaboration diagram for Acts::Experimental::ReferenceTrajectoryBuilderResult< traj_t >:
[legend]

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< BoundTrackParametersreferenceParameters
 The track parameters at the target surface if the target surface is reached.
traj_t * trajectory {nullptr}
 The trajectory being built.

Detailed Description

template<typename traj_t>
struct Acts::Experimental::ReferenceTrajectoryBuilderResult< traj_t >

The result struct for the reference trajectory builder actor.