Skip to content

Commit 4b6b79d

Browse files
committed
Please consider the following formatting changes
1 parent df7fa22 commit 4b6b79d

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
@@ -153,7 +153,7 @@ struct jEPFlowAnalysis {
153153
}
154154
}
155155

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

0 commit comments

Comments
 (0)