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 d4fec24 commit 00f5ba3Copy full SHA for 00f5ba3
PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx
@@ -989,7 +989,7 @@ struct DndetaMFTPbPb {
989
if constexpr (fillHis) {
990
registry.fill(HIST("Events/hEvtSel"), 3);
991
}
992
- if (collision.posZ() < eventCuts.minZvtx || collision.posZ() > eventCuts.maxZvtx) {
+ if (collision.posZ() <= eventCuts.minZvtx || collision.posZ() >= eventCuts.maxZvtx) {
993
return false;
994
995
0 commit comments