File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ struct jEPFlowAnalysis {
309309 auto coeffshiftxRefA = shiftprofile.at (i)->GetBinContent (shiftprofile.at (i)->FindBin (cent, 2.0 * refAId + 0.5 , ishift - 0.5 ));
310310 auto coeffshiftyRefA = shiftprofile.at (i)->GetBinContent (shiftprofile.at (i)->FindBin (cent, 2.0 * refAId + 1.5 , ishift - 0.5 ));
311311 auto coeffshiftxRefB = shiftprofile.at (i)->GetBinContent (shiftprofile.at (i)->FindBin (cent, 2.0 * refBId + 0.5 , ishift - 0.5 ));
312- auto coeffshiftyRefB = shiftprofile.at (i)->GetBinContent (shiftprofile.at (i)->FindBin (cent, 2.0 * refBId + 1.5 , ishift - 0.5 ));
312+ auto coeffshiftyRefB = shiftprofile.at (i)->GetBinContent (shiftprofile.at (i)->FindBin (cent, 2.0 * refBId + 1.5 , ishift - 0.5 ));
313313
314314 deltapsiDet += ((2 . / (1.0 * ishift)) * (-coeffshiftxDet * std::cos (ishift * static_cast <float >(i + 2 ) * eps[0 ]) + coeffshiftyDet * std::sin (ishift * static_cast <float >(i + 2 ) * eps[0 ]))) / static_cast <float >(i + 2 );
315315 deltapsiRefA += ((2 . / (1.0 * ishift)) * (-coeffshiftxRefA * std::cos (ishift * static_cast <float >(i + 2 ) * eps[1 ]) + coeffshiftyRefA * std::sin (ishift * static_cast <float >(i + 2 ) * eps[1 ]))) / static_cast <float >(i + 2 );
You can’t perform that action at this time.
0 commit comments