From 5f3207423b9315dbb5e31cba22b14b5a907b57fb Mon Sep 17 00:00:00 2001 From: mhartung71 <50153519+mhartung71@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:55:50 +0100 Subject: [PATCH] Fix bug in tree creator --- PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx b/PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx index 7999fe2de82..d1335959545 100644 --- a/PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx +++ b/PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx @@ -302,6 +302,8 @@ struct HypKfTreeCreator { cand.occu = coll.occupancy(); cand.runNumber = coll.runNumber(); cand.passedEvSel = coll.passedEvSel(); + cand.ct = ct(coll, hypNuc); + cand.cpaPv = cpa(coll, hypNuc); cand.mass = hypNuc.mass(); cand.y = hypNuc.y(); cand.pt = hypNuc.pt();