Skip to content

Commit ee4e521

Browse files
authored
ITS: if TF dropped clear tracks
Erroneously removed in b733857.
1 parent 7fa6785 commit ee4e521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ void Tracker::clustersToTracks(const LogFunc& logger, const LogFunc& error)
6666
LOGP(error, "Exception: {}", err.what());
6767
if (mTrkParams[iteration].DropTFUponFailure) {
6868
mMemoryPool->print();
69+
mTimeFrame->wipe();
6970
++mNumberOfDroppedTFs;
7071
error("...Dropping Timeframe...");
7172
} else {

0 commit comments

Comments
 (0)