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.
2 parents 70b0dad + 70bb4bc commit 61e38adCopy full SHA for 61e38ad
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