Skip to content

Commit f535029

Browse files
authored
Merge pull request #159 from alibuild/alibot-cleanup-13297
Please consider the following formatting changes to AliceO2Group#13297
2 parents df7fa22 + 4b6b79d commit f535029

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)