We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e678d5 commit e8c254bCopy full SHA for e8c254b
PWGHF/TableProducer/candidateCreator3Prong.cxx
@@ -267,7 +267,7 @@ struct HfCandidateCreator3Prong {
267
fillProngPid<HfProngSpecies::Kaon>(track2, rowProng2PidKa);
268
269
/// fill proton PID information only if necessary
270
- if (createLc || createXic) {
+ if (createLc || createXic || createCharmNuclei) {
271
fillProngPid<HfProngSpecies::Proton>(track0, rowProng0PidPr);
272
fillProngPid<HfProngSpecies::Proton>(track1, rowProng1PidPr);
273
fillProngPid<HfProngSpecies::Proton>(track2, rowProng2PidPr);
0 commit comments