Skip to content

Commit b660c87

Browse files
authored
Update Dstarfill method in JetHFUtilities
1 parent b928fc8 commit b660c87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

PWGJE/Core/JetHFUtilities.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,13 @@ void fillDstarCandidateTable(T const& candidate, U& DstarParTable, V& DstarParDa
885885
DstarMlTable(mlScoresVector);
886886

887887
if constexpr (isMc) {
888-
DstarMCDTable(candidate.flagMcMatchRec(), candidate.originMcRec());
888+
DstarMCDTable(
889+
candidate.flagMcMatchRec(),
890+
candidate.flagMcMatchRecCharm(),
891+
candidate.originMcRec(),
892+
candidate.ptBhadMotherPart(),
893+
candidate.pdgBhadMotherPart(),
894+
candidate.nTracksDecayed());
889895
}
890896
}
891897

0 commit comments

Comments
 (0)