From 520f694a91b0f7a60caf77111d7c3b49dee34f58 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 13 Feb 2025 11:45:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx b/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx index cb831ae8acb..1ce55de4f34 100644 --- a/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx +++ b/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx @@ -83,7 +83,8 @@ void FlowJSPCAnalysis::calculateCorrelators(const int fCentBin) double correlationDenom; double weightCorrelationDenom; - for (int i = 0; i < 14; ++i) fCorrelDenoms[i] = 0; + for (int i = 0; i < 14; ++i) + fCorrelDenoms[i] = 0; for (int j = 0; j < 12; j++) { if (fHarmosArray[j][0] == 0) { @@ -115,13 +116,11 @@ void FlowJSPCAnalysis::calculateCorrelators(const int fCentBin) fillHistograms(fCentBin, j, correlationNum, correlationDenom, weightCorrelationNum, weightCorrelationDenom); - correlationNum = 0.; weightCorrelationNum = 0.; correlationDenom = 0.; weightCorrelationDenom = 0.; } - } void FlowJSPCAnalysis::fillHistograms(const int fCentBin, int ind, double cNum, double cDenom, double wNum, double wDenom)