diff --git a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx index 949d707928d..b277127f906 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx @@ -531,7 +531,9 @@ struct OnTheFlyTracker { getHist(histPath + "hVtxTrials")->GetXaxis()->SetBinLabel(2, "Succeeded"); } - if (enableSecondarySmearing) { + if (enableSecondarySmearing || + fastPrimaryTrackerSettings.fastTrackPrimaries || + fastPrimaryTrackerSettings.fastTrackShortLivedParticles) { fastTracker.emplace_back(std::make_unique()); fastTracker[icfg]->SetMagneticField(mMagneticField); fastTracker[icfg]->SetApplyZacceptance(fastTrackerSettings.applyZacceptance);