Skip to content

Commit e8c254b

Browse files
[PWGHF] Fill also proton table in charm nuclei for QA check (#15656)
1 parent 2e678d5 commit e8c254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ struct HfCandidateCreator3Prong {
267267
fillProngPid<HfProngSpecies::Kaon>(track2, rowProng2PidKa);
268268

269269
/// fill proton PID information only if necessary
270-
if (createLc || createXic) {
270+
if (createLc || createXic || createCharmNuclei) {
271271
fillProngPid<HfProngSpecies::Proton>(track0, rowProng0PidPr);
272272
fillProngPid<HfProngSpecies::Proton>(track1, rowProng1PidPr);
273273
fillProngPid<HfProngSpecies::Proton>(track2, rowProng2PidPr);

0 commit comments

Comments
 (0)