Skip to content

Commit 6fbe8be

Browse files
authored
Merge pull request #161 from alibuild/alibot-cleanup-13366
Please consider the following formatting changes to #13366
2 parents 16399c7 + aa8dfaf commit 6fbe8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct jEPFlowAnalysis {
189189
}
190190
}
191191

192-
for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
192+
for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
193193
harmInd = cfgnTotalSystem * 4 * (i) + 3; // harmonic index to access corresponding Q-vector as all Q-vectors are in same vector
194194
eps[0] = helperEP.GetEventPlane(coll.qvecRe()[detId + harmInd], coll.qvecIm()[detId + harmInd], i + 2);
195195
eps[1] = helperEP.GetEventPlane(coll.qvecRe()[refAId + harmInd], coll.qvecIm()[refAId + harmInd], i + 2);

0 commit comments

Comments
 (0)