We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b0dad commit 70bb4bcCopy full SHA for 70bb4bc
PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx
@@ -944,7 +944,7 @@ struct DndetaMFTPbPb {
944
if constexpr (fillHis) {
945
registry.fill(HIST("hEvtSel"), 1);
946
}
947
- if (eventCuts.requireIsGoodZvtxFT0VsPV && !collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV)) {
+ if (eventCuts.requireIsGoodZvtxFT0VsPV && !collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV)) {
948
return false;
949
950
0 commit comments