We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df7fa22 + 4b6b79d commit f535029Copy full SHA for f535029
1 file changed
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx
@@ -153,7 +153,7 @@ struct jEPFlowAnalysis {
153
}
154
155
156
- for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
+ for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
157
harmInd = cfgnTotalSystem * 4 * (i) + 3; // harmonic index to access corresponding Q-vector as all Q-vectors are in same vector
158
eps[0] = helperEP.GetEventPlane(coll.qvecRe()[detId + harmInd], coll.qvecIm()[detId + harmInd], i + 2);
159
eps[1] = helperEP.GetEventPlane(coll.qvecRe()[refAId + harmInd], coll.qvecIm()[refAId + harmInd], i + 2);
0 commit comments