Skip to content

Commit 9d75fc3

Browse files
authored
Merge pull request #166 from alibuild/alibot-cleanup-13693
Please consider the following formatting changes to #13693
2 parents 7698f3b + 8a3d120 commit 9d75fc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGCF/JCorran/jEPFlowAnalysis.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)