Skip to content

Commit 3baf013

Browse files
committed
Please consider the following formatting changes
1 parent 8adbe32 commit 3baf013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ struct jEPFlowAnalysis {
156156
}
157157
}
158158

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

0 commit comments

Comments
 (0)