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 {