Skip to content

Commit 36398cc

Browse files
authored
[PWGCF/FemtoUniverse] Fixing bug in 4th mult. bin selection (#8277)
1 parent aaf8fb3 commit 36398cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class PairSHCentMultKt
195195
multbinval = 1;
196196
} else if (absmultval < CentMultBins[3]) {
197197
multbinval = 2;
198-
} else if (ktval < CentMultBins[4]) {
198+
} else if (absmultval < CentMultBins[4]) {
199199
multbinval = 3;
200200
} else {
201201
return;

0 commit comments

Comments
 (0)