Skip to content

Commit f4bfa1e

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-12377
Please consider the following formatting changes to AliceO2Group#12377
2 parents d10519d + 21ba203 commit f4bfa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TableProducer/filterCorrelations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct FilterCF {
146146
return isMultSelected && collision.sel8() && collision.selection_bit(aod::evsel::kNoSameBunchPileup) && collision.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV) && collision.selection_bit(aod::evsel::kNoCollInTimeRangeStandard) && collision.selection_bit(aod::evsel::kIsGoodITSLayersAll);
147147
else
148148
return false;
149-
} else if (cfgTrigger == 13) { //relevant for OO/NeNe
149+
} else if (cfgTrigger == 13) { // relevant for OO/NeNe
150150
return isMultSelected && collision.sel8() && collision.selection_bit(aod::evsel::kNoSameBunchPileup) && collision.selection_bit(aod::evsel::kIsGoodITSLayersAll);
151151
}
152152
return false;

0 commit comments

Comments
 (0)