Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/candidateCreator3Prong.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ struct HfCandidateCreator3Prong {
fillProngPid<HfProngSpecies::Kaon>(track2, rowProng2PidKa);

/// fill proton PID information only if necessary
if (createLc || createXic) {
if (createLc || createXic || createCharmNuclei) {
fillProngPid<HfProngSpecies::Proton>(track0, rowProng0PidPr);
fillProngPid<HfProngSpecies::Proton>(track1, rowProng1PidPr);
fillProngPid<HfProngSpecies::Proton>(track2, rowProng2PidPr);
Expand Down
Loading