Skip to content

Commit b9ea9ce

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent 556c025 commit b9ea9ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ DECLARE_SOA_TABLE_STAGED(HfD0Mls, "HFD0ML", //! Table with candidate selection M
578578
DECLARE_SOA_TABLE_STAGED(HfD0Mcs, "HFD0MC", //! Table with MC candidate info
579579
hf_cand_mc::FlagMcMatchRec,
580580
hf_cand_mc::OriginMcRec,
581+
hf_cand_mc::FlagMcDecayChanRec,
581582
o2::soa::Marker<MarkerD0>);
582583

583584
// ----------------

PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ struct HfDerivedDataCreatorD0ToKPi {
232232
if (fillCandidateMc) {
233233
rowCandidateMc(
234234
flagMc,
235-
origin);
235+
origin,
236+
flagDecayChan);
236237
}
237238
}
238239

0 commit comments

Comments
 (0)