From b60f1ce191a7959dc465b8b66a90b7d0daa2e304 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Aug 2026 18:27:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx | 4 ++-- PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx index 0ffe4481249..da60d9982c2 100644 --- a/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx @@ -1859,8 +1859,8 @@ struct HfCorrelatorLcScHadrons { if (cfgCharmCand.pidTrkApplied && (std::abs(particleAssoc.pdgCode()) != kProton)) { continue; // proton PID } - auto const chargeLc = pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge - auto const chargeAssoc = pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge + auto const chargeLc = pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge + auto const chargeAssoc = pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge float cent = 100.0; // will be updated later int trackOrigin = RecoDecay::getCharmHadronOrigin(mcParticles, particleAssoc, true); diff --git a/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx index 01c8c519f04..249b4eea990 100644 --- a/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx @@ -677,7 +677,6 @@ struct HfCorrelatorXicHadrons { // if strange TOF is unavailable passTOF = track.tofNSigmaPr() > cfgV0.cfgV0DaughPIDCutsTOFPr; } - } if ((std::abs(track.tpcNSigmaPr()) > cfgV0.cfgV0DaughPIDCutsTPCPr) && !passTOF) { @@ -707,7 +706,6 @@ struct HfCorrelatorXicHadrons { // Fallback to standard track TOF passTOF = std::abs(track.tofNSigmaPi()) > cfgV0.cfgV0DaughPIDCutsTOFPi; } - } if ((std::abs(track.tpcNSigmaPi()) > cfgV0.cfgV0DaughPIDCutsTPCPi) && !passTOF) { @@ -1579,7 +1577,7 @@ struct HfCorrelatorXicHadrons { listDaughters.clear(); const std::size_t nDaughtersExpected = IsXicPlus ? XicDecayDaughtersCount::XicPlusDaughtersCount : XicDecayDaughtersCount::Xic0DaughtersCount; - if (IsXicPlus) { + if (IsXicPlus) { // Final state: p, pi-, pi-, pi+, pi+ std::array const arrDaughXicPlusPDG = {kProton, kPiMinus, kPiMinus, kPiPlus, kPiPlus};