We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adec97 commit 5f32074Copy full SHA for 5f32074
PWGLF/TableProducer/Nuspex/hypKfTreeCreator.cxx
@@ -302,6 +302,8 @@ struct HypKfTreeCreator {
302
cand.occu = coll.occupancy();
303
cand.runNumber = coll.runNumber();
304
cand.passedEvSel = coll.passedEvSel();
305
+ cand.ct = ct(coll, hypNuc);
306
+ cand.cpaPv = cpa(coll, hypNuc);
307
cand.mass = hypNuc.mass();
308
cand.y = hypNuc.y();
309
cand.pt = hypNuc.pt();
0 commit comments