From 0650173656847dd5af8d2d88d2b3be2dd9eade4f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 11 Feb 2025 11:39:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx | 10 +++++----- PWGCF/JCorran/Core/FlowJSPCAnalysis.h | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx b/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx index c54208b48b6..2a071f90717 100644 --- a/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx +++ b/PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx @@ -332,7 +332,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double } break; case 8: { int harmonicsEightNum[8] = {harmo[0], harmo[1], harmo[2], harmo[3], - harmo[4], harmo[5], harmo[6], harmo[7]}; + harmo[4], harmo[5], harmo[6], harmo[7]}; int harmonicsEightDen[8] = {0, 0, 0, 0, 0, 0, 0, 0}; if (!fCorrelDenoms[7]) { @@ -347,7 +347,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double } break; case 9: { int harmonicsNineNum[9] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], - harmo[5], harmo[6], harmo[7], harmo[8]}; + harmo[5], harmo[6], harmo[7], harmo[8]}; int harmonicsNineDen[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; if (!fCorrelDenoms[8]) { @@ -362,7 +362,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double } break; case 10: { int harmonicsTenNum[10] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], - harmo[5], harmo[6], harmo[7], harmo[8], harmo[9]}; + harmo[5], harmo[6], harmo[7], harmo[8], harmo[9]}; int harmonicsTenDen[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; if (!fCorrelDenoms[9]) { @@ -377,7 +377,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double } break; case 12: { int harmonicsTwelveNum[12] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], harmo[5], - harmo[6], harmo[7], harmo[8], harmo[9], harmo[10], harmo[11]}; + harmo[6], harmo[7], harmo[8], harmo[9], harmo[10], harmo[11]}; int harmonicsTwelveDen[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; if (!fCorrelDenoms[11]) { @@ -392,7 +392,7 @@ void FlowJSPCAnalysis::correlation(int c_nPart, int c_nHarmo, int* harmo, double } break; case 14: { int harmonicsFourteenNum[14] = {harmo[0], harmo[1], harmo[2], harmo[3], harmo[4], harmo[5], harmo[6], - harmo[7], harmo[8], harmo[9], harmo[10], harmo[11], harmo[12], harmo[13]}; + harmo[7], harmo[8], harmo[9], harmo[10], harmo[11], harmo[12], harmo[13]}; int harmonicsFourteenDen[14] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; if (!fCorrelDenoms[13]) { diff --git a/PWGCF/JCorran/Core/FlowJSPCAnalysis.h b/PWGCF/JCorran/Core/FlowJSPCAnalysis.h index 6c292b492ea..8882f206255 100644 --- a/PWGCF/JCorran/Core/FlowJSPCAnalysis.h +++ b/PWGCF/JCorran/Core/FlowJSPCAnalysis.h @@ -26,7 +26,6 @@ #include "PWGCF/JCorran/Core/JQVectors.h" #include "CommonConstants/MathConstants.h" - class FlowJSPCAnalysis { public: