diff --git a/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx index 9f09be91d2a..464a44d50eb 100644 --- a/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx @@ -1574,13 +1574,13 @@ struct HfCorrelatorXicHadrons { if (IsXicPlus) { // Final state: p, pi-, pi-, pi+, pi+ std::array const arrDaughXicPlusPDG = {kProton, kPiMinus, kPiMinus, kPiPlus, kPiPlus}; - + // Pass -1 to automatically traverse the entire cascade down to the final state RecoDecay::getDaughters(particle, &listDaughters, arrDaughXicPlusPDG); } else { // Final state: p, pi-, pi-, pi+ std::array const arrDaughXic0PDG = {kProton, kPiMinus, kPiMinus, kPiPlus}; - + // Pass -1 to automatically traverse the entire cascade down to the final state RecoDecay::getDaughters(particle, &listDaughters, arrDaughXic0PDG); }