Skip to content

Commit 18e6dc0

Browse files
committed
Please consider the following formatting changes
1 parent 9b87a13 commit 18e6dc0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGCF/Flow/Tasks/FlowZDCtask.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,14 @@ struct FlowZDCtask {
289289
const auto& foundBC = collision.foundBC_as<BCsRun3>();
290290
if (collision.has_foundFT0()) {
291291
auto ft0 = collision.foundFT0();
292-
for (const auto& amplitude : ft0.amplitudeA()) {
293-
histos.fill(HIST("hFT0AAmp"), amplitude);
294-
ft0aAmp += amplitude;
295-
}
296-
for (const auto& amplitude : ft0.amplitudeC()) {
297-
histos.fill(HIST("hFT0CAmp"), amplitude);
298-
ft0cAmp += amplitude;
299-
}
292+
for (const auto& amplitude : ft0.amplitudeA()) {
293+
histos.fill(HIST("hFT0AAmp"), amplitude);
294+
ft0aAmp += amplitude;
295+
}
296+
for (const auto& amplitude : ft0.amplitudeC()) {
297+
histos.fill(HIST("hFT0CAmp"), amplitude);
298+
ft0cAmp += amplitude;
299+
}
300300
}
301301
double ft0mAmp = ft0aAmp + ft0cAmp;
302302
histos.fill(HIST("hFT0MAmp"), ft0mAmp);

0 commit comments

Comments
 (0)