Skip to content

Commit 1105d0c

Browse files
authored
Fix bug in otf tracker
1 parent 084cc23 commit 1105d0c

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)