From 2a9bd9ef80e77176e04f0d567b9584d4195b330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BiaoZhang=20=28=E5=BC=A0=E5=BD=AA=29?= <52267892+zhangbiao-phy@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:31:27 +0200 Subject: [PATCH] Update candidateCreator3Prong.cxx --- PWGHF/TableProducer/candidateCreator3Prong.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/candidateCreator3Prong.cxx b/PWGHF/TableProducer/candidateCreator3Prong.cxx index 7ae95c956b7..74fb8468af5 100644 --- a/PWGHF/TableProducer/candidateCreator3Prong.cxx +++ b/PWGHF/TableProducer/candidateCreator3Prong.cxx @@ -267,7 +267,7 @@ struct HfCandidateCreator3Prong { fillProngPid(track2, rowProng2PidKa); /// fill proton PID information only if necessary - if (createLc || createXic) { + if (createLc || createXic || createCharmNuclei) { fillProngPid(track0, rowProng0PidPr); fillProngPid(track1, rowProng1PidPr); fillProngPid(track2, rowProng2PidPr);