File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments