Skip to content

Commit 0b228e7

Browse files
committed
[xic0omegac0] Added resultselection branch in output tree for kf
1 parent 4c4da05 commit 0b228e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGHF/TableProducer/treeCreatorToXiPiQa.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ DECLARE_SOA_TABLE(HfKfXicFulls, "AOD", "HFKFXICFULL",
300300
full::MassV0Ndf, full::MassCascNdf,
301301
full::V0Chi2OverNdf, full::CascChi2OverNdf, full::XicChi2OverNdf,
302302
full::MassV0Chi2OverNdf, full::MassCascChi2OverNdf,
303+
full::ResultSelections,
303304
full::FlagMcMatchRec, full::DebugMcRec, full::OriginRec, full::CollisionMatched);
304305

305306
} // namespace o2::aod
@@ -601,6 +602,7 @@ struct HfTreeCreatorToXiPiQa {
601602
candidate.xicChi2OverNdf(),
602603
candidate.massV0Chi2OverNdf(),
603604
candidate.massCascChi2OverNdf(),
605+
candidate.resultSelections(),
604606
flagMc,
605607
debugMc,
606608
originMc,

0 commit comments

Comments
 (0)