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 };