11#include "Acts/Surfaces/Surface.hpp"
12#include "Acts/EventData/VectorMultiTrajectory.hpp"
13#include "Acts/EventData/VectorTrackContainer.hpp"
14#include "Acts/EventData/BoundTrackParameters.hpp"
22std::unique_ptr<Trk::Track>
24 const Acts::GsfOptions<ActsTrk::MutableTrackStateBackend>& gsfOptions,
25 const std::vector<Acts::SourceLink>& trackSourceLinks,
26 const Acts::BoundTrackParameters& initialParams,
27 const std::vector<const Acts::Surface*>& surfaces)
const
30 ATH_MSG_ERROR(
"ACTS GSF UseDirectNavigation is false, but direct navigation is used");
33 if (trackSourceLinks.empty()) {
34 ATH_MSG_DEBUG(
"input contain measurement but no source link created, probable issue with the converter, reject fit ");
42 std::move(multiTrajBackEnd));
44 trackSourceLinks.end(),
@ GaussianSumFilter
Tracks from Gaussian Sum Filter.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Acts::VectorMultiTrajectory MutableTrackStateBackend
Acts::TrackContainer< MutableTrackBackend, MutableTrackStateBackend, Acts::detail::ValueHolder > MutableTrackContainer
Acts::VectorTrackContainer MutableTrackBackend