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();