File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ struct jEPFlowAnalysis {
189189 float qx_shifted[3 ] = {0 .};
190190 float qy_shifted[3 ] = {0 .};
191191
192-
193192 if (cfgShiftCorr) {
194193 auto bc = coll.bc_as <aod::BCsWithTimestamps>();
195194 currentRunNumber = bc.runNumber ();
@@ -234,7 +233,6 @@ struct jEPFlowAnalysis {
234233 deltapsiDet += ((1 / (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 ])));
235234 deltapsiRefA += ((1 / (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 ])));
236235 deltapsiRefB += ((1 / (1.0 * ishift)) * (-coeffshiftxRefB * std::cos (ishift * static_cast <float >(i + 2 ) * eps[2 ]) + coeffshiftyRefB * std::sin (ishift * static_cast <float >(i + 2 ) * eps[2 ])));
237-
238236 }
239237
240238 eps[0 ] += deltapsiDet;
You can’t perform that action at this time.
0 commit comments