Skip to content

Commit 940ddf4

Browse files
authored
Fixed another typo in Lb selection in HfHelper.h
1 parent fce9796 commit 940ddf4

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)