21 const Acts::GsfOptions<ActsTrk::MutableTrackStateBackend>& gsfOptions,
22 const std::vector<Acts::SourceLink>& trackSourceLinks,
23 const Acts::BoundTrackParameters& initialParams)
const
26 ATH_MSG_ERROR(
"ACTS GSF UseDirectNavigation is true, but standard navigation is used");
29 if (trackSourceLinks.empty()) {
30 ATH_MSG_DEBUG(
"input contain measurement but no source link created, probable issue with the converter, reject fit ");
37 std::move(multiTrajBackEnd));
39 auto result =
m_fitter->fit(trackSourceLinks.begin(), trackSourceLinks.end(),
40 initialParams, gsfOptions, tracks);