Skip to content

Commit aa8dfaf

Browse files
committed
Please consider the following formatting changes
1 parent 16399c7 commit aa8dfaf

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)