Skip to content

Commit 90cddbf

Browse files
authored
[PWGHF] Fixing bug in label name for B+ selector (#9202)
1 parent f3a7931 commit 90cddbf

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
@@ -845,7 +845,7 @@ class HfHelper
845845
}
846846

847847
// d0 of D
848-
if (std::abs(candBp.impactParameter0()) < cuts->get(pTBin, "d0 D")) {
848+
if (std::abs(candBp.impactParameter0()) < cuts->get(pTBin, "d0 D0")) {
849849
return false;
850850
}
851851

0 commit comments

Comments
 (0)