From 7c600312176103e7f8adf7dc898133aed921d595 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 1 Aug 2025 19:08:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowZdcTask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index 09bcdc3e15e..478a21ee4fc 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -559,7 +559,7 @@ struct FlowZdcTask { histos.fill(HIST("ZPCVstdc"), tZPC, zpC); histos.fill(HIST("ZNVsFT0A"), aT0A / 100., sumZNs); histos.fill(HIST("ZNVsFT0C"), aT0C / 100., sumZNs); - histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs); + histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs); // Proton ZDC if (!isOneNeutronFound || znA >= oneNeutron) {