Skip to content

Commit 70f5453

Browse files
filll correct rapidity distribution
1 parent f2fb3b5 commit 70f5453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ struct HfTaskLc {
790790
const auto decayLength = candidate.decayLength();
791791
const auto chi2PCA = candidate.chi2PCA();
792792
const auto cpa = candidate.cpa();
793-
const auto rapidity = std::abs(HfHelper::yLc(candidate));
793+
const auto rapidity = HfHelper::yLc(candidate);
794794

795795
if (fillTHn) {
796796
double outputBkg(-1), outputPrompt(-1), outputFD(-1);

0 commit comments

Comments
 (0)