From ab0522e57bc44e206dc7fbc7f880c3126428d072 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Aug 2026 02:00:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }