From 7ba59adc70d38c53cb6077ecee891729240ff139 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 8 Jun 2026 16:20:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskCd.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGHF/D2H/Tasks/taskCd.cxx b/PWGHF/D2H/Tasks/taskCd.cxx index 2ae7cbf07d6..7c280a11ea2 100644 --- a/PWGHF/D2H/Tasks/taskCd.cxx +++ b/PWGHF/D2H/Tasks/taskCd.cxx @@ -104,7 +104,7 @@ DECLARE_SOA_COLUMN(NTpcSignalsPi, nTpcSignalsPi, float); //! Number of TP DECLARE_SOA_COLUMN(NTpcSignalsKa, nTpcSignalsKa, float); //! Number of TPC signas for kaon DECLARE_SOA_COLUMN(NItsSignalsDe, nItsSignalsDe, float); //! Number of ITS signas DECLARE_SOA_COLUMN(CandidateSelFlag, candidateSelFlag, int8_t); //! Candidates falg -DECLARE_SOA_COLUMN(CandidateSign, candidateSign, int8_t); //! Candidates sign +DECLARE_SOA_COLUMN(CandidateSign, candidateSign, int8_t); //! Candidates sign DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality DECLARE_SOA_COLUMN(VtxZ, vtxZ, float); //! Vertex Z DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collisionAdd commentMore actions @@ -133,8 +133,7 @@ DECLARE_SOA_TABLE(HfCandCdLite, "AOD", "HFCANDCDLITE", full::NSigmaTofDe, full::CandidateSelFlag, full::Cent, - full::CandidateSign - ); + full::CandidateSign); // full table for local Rotation & Event Mixing DECLARE_SOA_TABLE(HfCandCdFull, "AOD", "HFCANDCDFULL",