From 96ed0b9f1df6347ae9beb21cd976e725dbf6e14f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 6 Jul 2026 15:09:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/DataModel/LFLambda1405Table.h | 2 +- PWGLF/Tasks/Resonances/lambda1405analysis.cxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGLF/DataModel/LFLambda1405Table.h b/PWGLF/DataModel/LFLambda1405Table.h index de2d0b2353e..103065146c6 100644 --- a/PWGLF/DataModel/LFLambda1405Table.h +++ b/PWGLF/DataModel/LFLambda1405Table.h @@ -50,7 +50,7 @@ DECLARE_SOA_COLUMN(NSigmaTOFPiDau, nSigmaTOFPiDau, float); //! Number of sigma // Event properties DECLARE_SOA_COLUMN(Centrality, centrality, float); //! Centrality of the candidate -DECLARE_SOA_COLUMN(Occupancy, occupancy, float); //! Occupancy of the candidate +DECLARE_SOA_COLUMN(Occupancy, occupancy, float); //! Occupancy of the candidate // Flow columns DECLARE_SOA_COLUMN(ScalarProd, scalarProd, float); //! Scalar product of the candidate diff --git a/PWGLF/Tasks/Resonances/lambda1405analysis.cxx b/PWGLF/Tasks/Resonances/lambda1405analysis.cxx index ffff6aa5edf..b466652da17 100644 --- a/PWGLF/Tasks/Resonances/lambda1405analysis.cxx +++ b/PWGLF/Tasks/Resonances/lambda1405analysis.cxx @@ -45,9 +45,9 @@ #include #include -#include #include #include +#include #include #include @@ -106,9 +106,9 @@ struct lambda1405candidate { int sigmaId = 0; // Id of the Sigma candidate in MC int bachPiId = 0; // Id of the pion candidate in MC - float centMult = -1; // Centrality of the collision - float pvContrib = -1; // Number of contributors to the primary vertex - float occupancy = -1; // Occupancy of the collision + float centMult = -1; // Centrality of the collision + float pvContrib = -1; // Number of contributors to the primary vertex + float occupancy = -1; // Occupancy of the collision float scalarProd = -1; // Scalar product for flow analysis };