Skip to content

Commit 89d4ed0

Browse files
f3schbazinski
authored andcommitted
ITS: if TF dropped clear tracks (AliceO2Group#14553)
1 parent c6b78e9 commit 89d4ed0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)