Skip to content

Commit ca5c4fb

Browse files
authored
[ALICE3] Fix bug in otf tracker (#17143)
1 parent 13d54e6 commit ca5c4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ struct OnTheFlyTracker {
21162116
}
21172117
}
21182118

2119-
if (!reconstructed && processUnreconstructedTracks) {
2119+
if (!reconstructed && !processUnreconstructedTracks) {
21202120
continue; // failed to reconstruct track
21212121
}
21222122

0 commit comments

Comments
 (0)