Skip to content

Commit 1086cb6

Browse files
committed
Please consider the following formatting changes
1 parent f8251d0 commit 1086cb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ struct jEPFlowAnalysis {
189189
}
190190
}
191191

192-
if (coll.qvecAmp()[detId] < 1e-5 || coll.qvecAmp()[refAId] < 1e-5 || coll.qvecAmp()[refBId] < 1e-5) return;
192+
if (coll.qvecAmp()[detId] < 1e-5 || coll.qvecAmp()[refAId] < 1e-5 || coll.qvecAmp()[refBId] < 1e-5)
193+
return;
193194

194195
for (int i = 0; i < cfgnMode; i++) { // loop over different harmonic orders
195196
harmInd = cfgnTotalSystem * 4 * (i) + 3; // harmonic index to access corresponding Q-vector as all Q-vectors are in same vector
@@ -226,8 +227,6 @@ struct jEPFlowAnalysis {
226227
if (cfgSPmethod)
227228
weight *= std::sqrt(std::pow(coll.qvecRe()[4 * detId + harmInd], 2) + std::pow(coll.qvecIm()[4 * detId + harmInd], 2));
228229

229-
230-
231230
float resNumA = helperEP.GetResolution(eps[0], eps[1], i + 2);
232231
float resNumB = helperEP.GetResolution(eps[0], eps[2], i + 2);
233232
float resDenom = helperEP.GetResolution(eps[1], eps[2], i + 2);

0 commit comments

Comments
 (0)