diff --git a/PWGHF/Core/HfHelper.h b/PWGHF/Core/HfHelper.h index c67f73e56a9..41239c48179 100644 --- a/PWGHF/Core/HfHelper.h +++ b/PWGHF/Core/HfHelper.h @@ -1236,7 +1236,7 @@ class HfHelper } // d0 of Lc - if (std::abs(candLb.impactParameter0()) < cuts->get(pTBin, "d0 Lc")) { + if (std::abs(candLb.impactParameter0()) < cuts->get(pTBin, "d0 Lc+")) { return false; }