Skip to content

Commit 8c19082

Browse files
committed
Please consider the following formatting changes
1 parent 31af0f0 commit 8c19082

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

PWGCF/Flow/Tasks/FlowZDCtask.cxx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -283,17 +283,17 @@ struct FlowZDCtask {
283283
// collision-based event selection
284284
if (!collision.sel8())
285285
return;
286-
const auto& foundBC = collision.foundBC_as<BCsRun3>();
287-
if (collision.has_foundFT0()) {
288-
auto ft0 = collision.foundFT0();
289-
for (auto amplitude : ft0.amplitudeA()) {
290-
FT0AAmp += amplitude;
291-
histos.fill(HIST("hFT0AAmp"), FT0AAmp);
292-
}
293-
for (auto amplitude : ft0.amplitudeC()) {
294-
FT0CAmp += amplitude;
295-
histos.fill(HIST("hFT0CAmp"), FT0CAmp);
296-
}
286+
const auto& foundBC = collision.foundBC_as<BCsRun3>();
287+
if (collision.has_foundFT0()) {
288+
auto ft0 = collision.foundFT0();
289+
for (auto amplitude : ft0.amplitudeA()) {
290+
FT0AAmp += amplitude;
291+
histos.fill(HIST("hFT0AAmp"), FT0AAmp);
292+
}
293+
for (auto amplitude : ft0.amplitudeC()) {
294+
FT0CAmp += amplitude;
295+
histos.fill(HIST("hFT0CAmp"), FT0CAmp);
296+
}
297297
}
298298
double FT0MAmp = FT0AAmp + FT0CAmp;
299299
histos.fill(HIST("hFT0MAmp"), FT0MAmp);
@@ -354,7 +354,7 @@ struct FlowZDCtask {
354354
double qZNA_im = 0.0;
355355
double qZNC_real = 0.0;
356356
double qZNC_im = 0.0;
357-
const double phiRadians[4] = {45 * o2::constants::math::PI / 180, 135 * o2::constants::math::PI / 180, 225 * o2::constants::math::PI / 180, 315 * o2::constants::math::PI / 180};
357+
const double phiRadians[4] = {45 * o2::constants::math::PI / 180, 135 * o2::constants::math::PI / 180, 225 * o2::constants::math::PI / 180, 315 * o2::constants::math::PI / 180};
358358
std::complex<double> qZNA = std::complex<double>(0.0, 0.0);
359359
std::complex<double> qZNC = std::complex<double>(0.0, 0.0);
360360

0 commit comments

Comments
 (0)