From e993d814007c294ae742c0f097bff80fa7c13568 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 8 Jun 2026 20:06:15 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/TableProducer/tableDiffWake.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGJE/TableProducer/tableDiffWake.cxx b/PWGJE/TableProducer/tableDiffWake.cxx index ee0dc2b913b..1546763aff7 100644 --- a/PWGJE/TableProducer/tableDiffWake.cxx +++ b/PWGJE/TableProducer/tableDiffWake.cxx @@ -77,10 +77,10 @@ namespace testcol { // Event properties DECLARE_SOA_COLUMN(Gi, gi, int64_t); -DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number +DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number DECLARE_SOA_COLUMN(Cent, cent, float); // FT0C centrality -DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity -DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS +DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity +DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS DECLARE_SOA_COLUMN(Occuft0, occuft0, float); // Occupancy FT0C amplitudes DECLARE_SOA_COLUMN(VertexX, vertexX, float); DECLARE_SOA_COLUMN(VertexY, vertexY, float);