1 parent 4d2113b commit b6fc150Copy full SHA for b6fc150
1 file changed
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -531,7 +531,9 @@ struct OnTheFlyTracker {
531
getHist<TH1>(histPath + "hVtxTrials")->GetXaxis()->SetBinLabel(2, "Succeeded");
532
}
533
534
- if (enableSecondarySmearing) {
+ if (enableSecondarySmearing ||
535
+ fastPrimaryTrackerSettings.fastTrackPrimaries ||
536
+ fastPrimaryTrackerSettings.fastTrackShortLivedParticles) {
537
fastTracker.emplace_back(std::make_unique<o2::fastsim::FastTracker>());
538
fastTracker[icfg]->SetMagneticField(mMagneticField);
539
fastTracker[icfg]->SetApplyZacceptance(fastTrackerSettings.applyZacceptance);
0 commit comments