Skip to content

Commit 5f32074

Browse files
authored
Fix bug in tree creator
1 parent 0adec97 commit 5f32074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ struct HypKfTreeCreator {
302302
cand.occu = coll.occupancy();
303303
cand.runNumber = coll.runNumber();
304304
cand.passedEvSel = coll.passedEvSel();
305+
cand.ct = ct(coll, hypNuc);
306+
cand.cpaPv = cpa(coll, hypNuc);
305307
cand.mass = hypNuc.mass();
306308
cand.y = hypNuc.y();
307309
cand.pt = hypNuc.pt();

0 commit comments

Comments
 (0)