Skip to content

Commit 520f694

Browse files
committed
Please consider the following formatting changes
1 parent c8a0992 commit 520f694

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ void FlowJSPCAnalysis::calculateCorrelators(const int fCentBin)
8383
double correlationDenom;
8484
double weightCorrelationDenom;
8585

86-
for (int i = 0; i < 14; ++i) fCorrelDenoms[i] = 0;
86+
for (int i = 0; i < 14; ++i)
87+
fCorrelDenoms[i] = 0;
8788

8889
for (int j = 0; j < 12; j++) {
8990
if (fHarmosArray[j][0] == 0) {
@@ -115,13 +116,11 @@ void FlowJSPCAnalysis::calculateCorrelators(const int fCentBin)
115116

116117
fillHistograms(fCentBin, j, correlationNum, correlationDenom, weightCorrelationNum, weightCorrelationDenom);
117118

118-
119119
correlationNum = 0.;
120120
weightCorrelationNum = 0.;
121121
correlationDenom = 0.;
122122
weightCorrelationDenom = 0.;
123123
}
124-
125124
}
126125

127126
void FlowJSPCAnalysis::fillHistograms(const int fCentBin, int ind, double cNum, double cDenom, double wNum, double wDenom)

0 commit comments

Comments
 (0)