We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0fad0 commit 9ce8ca6Copy full SHA for 9ce8ca6
1 file changed
PWGHF/Utils/utilsEvSelHf.h
@@ -584,11 +584,8 @@ struct HfEventSelectionMc {
584
585
/// RCT condition
586
if (requireGoodRct) {
587
- for (auto const& collision : collSlice) {
588
- if (!rctChecker.checkTable(collision)) {
589
- SETBIT(rejectionMask, EventRejection::Rct);
590
- break;
591
- }
+ if (!rctChecker.checkTable(bc)) {
+ SETBIT(rejectionMask, EventRejection::Rct);
592
}
593
594
/// Sel8 trigger selection
0 commit comments