Skip to content

Commit 7c60031

Browse files
committed
Please consider the following formatting changes
1 parent f6f13e8 commit 7c60031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ struct FlowZdcTask {
559559
histos.fill(HIST("ZPCVstdc"), tZPC, zpC);
560560
histos.fill(HIST("ZNVsFT0A"), aT0A / 100., sumZNs);
561561
histos.fill(HIST("ZNVsFT0C"), aT0C / 100., sumZNs);
562-
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
562+
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
563563

564564
// Proton ZDC
565565
if (!isOneNeutronFound || znA >= oneNeutron) {

0 commit comments

Comments
 (0)