We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fb3b5 commit 147df6dCopy full SHA for 147df6d
PWGHF/D2H/Tasks/taskLc.cxx
@@ -790,7 +790,7 @@ struct HfTaskLc {
790
const auto decayLength = candidate.decayLength();
791
const auto chi2PCA = candidate.chi2PCA();
792
const auto cpa = candidate.cpa();
793
- const auto rapidity = std::abs(HfHelper::yLc(candidate));
+ const auto rapidity = HfHelper::yLc(candidate);
794
795
if (fillTHn) {
796
double outputBkg(-1), outputPrompt(-1), outputFD(-1);
0 commit comments