@@ -55,11 +55,11 @@ DECLARE_SOA_COLUMN(NSigmaTOFPr, nSigmaTOFPr, float); //! Number of sigmas for th
5555DECLARE_SOA_COLUMN (NSigmaTOFKa, nSigmaTOFKa, float ); // ! Number of sigmas for the kaon candidate from Sigma kink in TOF
5656
5757// MC Columns
58- DECLARE_SOA_COLUMN (MothPdgCode, mothPdgCode, int ); // ! PDG code of the Sigma daughter
59- DECLARE_SOA_COLUMN (DaugPdgCode, daugPdgCode, int ); // ! PDG code of the kink daughter
60- DECLARE_SOA_COLUMN (PtMC, ptMC, float ); // ! pT of the candidate in MC
61- DECLARE_SOA_COLUMN (MassMC, massMC, float ); // ! Invariant mass of the candidate in MC
62- DECLARE_SOA_COLUMN (DecayRadiusMC, decayRadiusMC, float ); // ! Decay radius of the candidate in MC
58+ DECLARE_SOA_COLUMN (MothPdgCode, mothPdgCode, int ); // ! PDG code of the Sigma daughter
59+ DECLARE_SOA_COLUMN (DaugPdgCode, daugPdgCode, int ); // ! PDG code of the kink daughter
60+ DECLARE_SOA_COLUMN (PtMC, ptMC, float ); // ! pT of the candidate in MC
61+ DECLARE_SOA_COLUMN (MassMC, massMC, float ); // ! Invariant mass of the candidate in MC
62+ DECLARE_SOA_COLUMN (DecayRadiusMC, decayRadiusMC, float ); // ! Decay radius of the candidate in MC
6363DECLARE_SOA_COLUMN (CollisionIdCheck, collisionIdCheck, bool ); // ! Check if mcDaughter collision ID matches the reconstructed collision ID
6464
6565// DYNAMIC COLUMNS
0 commit comments