Skip to content

Commit 22d3ebb

Browse files
mvolklMATTEI
authored andcommitted
[PWGHF] Fixed typo in Lambdab cut variable name in HfHelper.h (AliceO2Group#11900)
1 parent bddf0c7 commit 22d3ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)