We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa6785 commit ee4e521Copy full SHA for ee4e521
1 file changed
Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx
@@ -66,6 +66,7 @@ void Tracker::clustersToTracks(const LogFunc& logger, const LogFunc& error)
66
LOGP(error, "Exception: {}", err.what());
67
if (mTrkParams[iteration].DropTFUponFailure) {
68
mMemoryPool->print();
69
+ mTimeFrame->wipe();
70
++mNumberOfDroppedTFs;
71
error("...Dropping Timeframe...");
72
} else {
0 commit comments