Skip to content

Commit 07f79e9

Browse files
mvolklMATTEI
authored andcommitted
[PWGHF] Fixed another typo in Lb selection in HfHelper.h (AliceO2Group#11911)
1 parent 8cbb821 commit 07f79e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Core/HfHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ class HfHelper
12361236
}
12371237

12381238
// d0 of Lc
1239-
if (std::abs(candLb.impactParameter0()) < cuts->get(pTBin, "d0 Lc")) {
1239+
if (std::abs(candLb.impactParameter0()) < cuts->get(pTBin, "d0 Lc+")) {
12401240
return false;
12411241
}
12421242

0 commit comments

Comments
 (0)