From 57970da42a39ffe6dbbdc77a2df50d52d861ea80 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 21 Sep 2025 16:12:21 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Tasks/threeParticleCorrelations.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx index 30b93813c7f..1d48979d432 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx @@ -901,19 +901,19 @@ struct ThreeParticleCorrelations { double ratioCorrection = 1.0; if (confRatioCorrectionSwitch) { - + int index = -999; if (track.sign() > 0) { - index = 0; + index = 0; } else if (track.sign() < 0) { - index = 1; - } - + index = 1; + } + ratioCorrection = ratios[index]->GetBinContent(ratios[index]->FindBin(track.pt(), centrality)); } return ratioCorrection; - } + } template int v0Sign(const V0Cand& v0)