Skip to content

Commit

Permalink
Fix bug in collision loop handling (AliceO2Group#7593)
Browse files Browse the repository at this point in the history
  • Loading branch information
motomioya authored and fchinu committed Sep 18, 2024
1 parent 1fffefa commit 6544894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGDQ/TableProducer/tableMaker_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ struct TableMaker {
}
} else {
if (!fEventCut->IsSelected(VarManager::fgValues)) {
return;
continue;
}
}

Expand Down

0 comments on commit 6544894

Please sign in to comment.