Skip to content

Commit 95f26b1

Browse files
author
Sabrina Hernandez
committed
clang and whitespace
1 parent cbe483c commit 95f26b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ struct FlowZdcTask {
475475
histos.fill(HIST("ZPASector"), sumZPA);
476476
histos.fill(HIST("ZPAVsFT0A"), aT0A / 100., zpA);
477477
histos.fill(HIST("ZPAVsFT0C"), aT0C / 100., zpA);
478-
histos.fill(HIST("ZPAVsFT0M"), (aT0A + aT0C) / 100., zpA);
478+
histos.fill(HIST("ZPAVsFT0M"), (aT0A + aT0C) / 100., zpA);
479479
}
480480
if ((tZPC >= minTdcZp) && (tZPC <= maxTdcZp)) {
481481
histos.fill(HIST("ZPC"), zpC);
@@ -498,7 +498,7 @@ struct FlowZdcTask {
498498
histos.fill(HIST("ZPVsFT0A"), aT0A / 100., zpA + zpC);
499499
histos.fill(HIST("ZPVsFT0C"), aT0C / 100., zpA + zpC);
500500
histos.fill(HIST("ZPVsFT0M"), (aT0A + aT0C) / 100., zpA + zpC);
501-
}
501+
}
502502
if ((tZNA >= minTdcZn) && (tZNA <= maxTdcZn))
503503
histos.fill(HIST("ZNAVsZPA"), zpA, znA);
504504
if ((tZNC >= minTdcZn) && (tZNC <= maxTdcZn))

0 commit comments

Comments
 (0)