We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16399c7 commit aa8dfafCopy full SHA for aa8dfaf
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx
@@ -189,7 +189,7 @@ struct jEPFlowAnalysis {
189
}
190
191
192
- for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
+ for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
193
harmInd = cfgnTotalSystem * 4 * (i) + 3; // harmonic index to access corresponding Q-vector as all Q-vectors are in same vector
194
eps[0] = helperEP.GetEventPlane(coll.qvecRe()[detId + harmInd], coll.qvecIm()[detId + harmInd], i + 2);
195
eps[1] = helperEP.GetEventPlane(coll.qvecRe()[refAId + harmInd], coll.qvecIm()[refAId + harmInd], i + 2);
0 commit comments