Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/D2H/Tasks/taskLc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ struct HfTaskLc {
const auto decayLength = candidate.decayLength();
const auto chi2PCA = candidate.chi2PCA();
const auto cpa = candidate.cpa();
const auto rapidity = std::abs(HfHelper::yLc(candidate));
const auto rapidity = HfHelper::yLc(candidate);

if (fillTHn) {
double outputBkg(-1), outputPrompt(-1), outputFD(-1);
Expand Down
Loading