Skip to content

Commit 2d76794

Browse files
authored
Fixed typo in cut variable name in HfHelper.h
1 parent 3635c64 commit 2d76794

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)