From ee4e52132db27f9de3a852a6abf5dc65e7eee83a Mon Sep 17 00:00:00 2001 From: Felix Schlepper Date: Thu, 31 Jul 2025 15:42:49 +0200 Subject: [PATCH] ITS: if TF dropped clear tracks Erroneously removed in b733857a11. --- Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx b/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx index 938356050262d..b0add9881d01b 100644 --- a/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx +++ b/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx @@ -66,6 +66,7 @@ void Tracker::clustersToTracks(const LogFunc& logger, const LogFunc& error) LOGP(error, "Exception: {}", err.what()); if (mTrkParams[iteration].DropTFUponFailure) { mMemoryPool->print(); + mTimeFrame->wipe(); ++mNumberOfDroppedTFs; error("...Dropping Timeframe..."); } else {