Skip to content

Commit 92c7200

Browse files
authored
[PWGHF] Fixed typo in Lambdab cut variable name in HfHelper.h (#11900)
1 parent 06ed911 commit 92c7200

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
@@ -1206,7 +1206,7 @@ class HfHelper
12061206
}
12071207

12081208
// Lc pt
1209-
if (ptLc < cuts->get(pTBin, "pT Lc")) {
1209+
if (ptLc < cuts->get(pTBin, "pT Lc+")) {
12101210
return false;
12111211
}
12121212

0 commit comments

Comments
 (0)