From a83f30837090eb69d91d9695fe98defc9d875360 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 2 May 2025 11:12:52 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/DataModel/CorrelationTables.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PWGHF/HFC/DataModel/CorrelationTables.h b/PWGHF/HFC/DataModel/CorrelationTables.h index d9f1173db28..7e07e068342 100644 --- a/PWGHF/HFC/DataModel/CorrelationTables.h +++ b/PWGHF/HFC/DataModel/CorrelationTables.h @@ -473,14 +473,14 @@ DECLARE_SOA_TABLE(DmesonSelection, "AOD", "DINCOLL", // Selection of D meson in // definition of columns and tables for electron properties namespace hf_electron { -DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron -DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron -DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron -DECLARE_SOA_COLUMN(NLSEl, nLSEl, int); //! like sign Electron -DECLARE_SOA_COLUMN(NULSEl, nULSEl, int); //! unLike sign Electron -DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit -DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision -DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision +DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron +DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron +DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron +DECLARE_SOA_COLUMN(NLSEl, nLSEl, int); //! like sign Electron +DECLARE_SOA_COLUMN(NULSEl, nULSEl, int); //! unLike sign Electron +DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit +DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision +DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision } // namespace hf_electron