@@ -71,8 +71,8 @@ DECLARE_SOA_COLUMN(MassTOFNu, massTOFNu, float);
7171DECLARE_SOA_COLUMN (MassTOFHad, massTOFHad, float );
7272DECLARE_SOA_COLUMN (PidTrkNu, pidTrkNu, uint32_t );
7373DECLARE_SOA_COLUMN (PidTrkHad, pidTrkHad, uint32_t );
74- DECLARE_SOA_COLUMN (TrackIDHad, trackIDHad, int );
75- DECLARE_SOA_COLUMN (TrackIDNu, trackIDNu, int );
74+ DECLARE_SOA_COLUMN (TrackIDHad, trackIDHad, int64_t );
75+ DECLARE_SOA_COLUMN (TrackIDNu, trackIDNu, int64_t );
7676
7777DECLARE_SOA_COLUMN (ItsClusterSizeNu, itsClusterSizeNu, uint32_t );
7878DECLARE_SOA_COLUMN (ItsClusterSizeHad, itsClusterSizeHad, uint32_t );
@@ -82,6 +82,23 @@ DECLARE_SOA_COLUMN(SharedClustersHad, sharedClustersHad, uint8_t);
8282
8383DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float );
8484DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float );
85+ DECLARE_SOA_COLUMN (RunNumber, runNumber, int32_t );
86+ DECLARE_SOA_COLUMN (MagneticField, magneticField, float );
87+ DECLARE_SOA_COLUMN (CollisionIdNu, collisionIdNu, int64_t );
88+ DECLARE_SOA_COLUMN (CollisionIdHad, collisionIdHad, int64_t );
89+ DECLARE_SOA_COLUMN (NClsFindableTPCNu, nClsFindableTPCNu, uint8_t );
90+ DECLARE_SOA_COLUMN (NClsFindableTPCHad, nClsFindableTPCHad, uint8_t );
91+ DECLARE_SOA_COLUMN (FractionSharedTPCNu, fractionSharedTPCNu, float );
92+ DECLARE_SOA_COLUMN (FractionSharedTPCHad, fractionSharedTPCHad, float );
93+ DECLARE_SOA_COLUMN (NClsITSNu, nClsITSNu, uint8_t );
94+ DECLARE_SOA_COLUMN (NClsITSHad, nClsITSHad, uint8_t );
95+ DECLARE_SOA_COLUMN (NClsITSInnerBarrelNu, nClsITSInnerBarrelNu, uint8_t );
96+ DECLARE_SOA_COLUMN (NClsITSInnerBarrelHad, nClsITSInnerBarrelHad, uint8_t );
97+ DECLARE_SOA_COLUMN (Chi2ITSNu, chi2ITSNu, float );
98+ DECLARE_SOA_COLUMN (Chi2ITSHad, chi2ITSHad, float );
99+ DECLARE_SOA_COLUMN (NSigmaTPCNuDe, nSigmaTPCNuDe, float );
100+ DECLARE_SOA_COLUMN (NSigmaTPCNuPr, nSigmaTPCNuPr, float );
101+ DECLARE_SOA_COLUMN (NSigmaTPCNuPi, nSigmaTPCNuPi, float );
85102
86103// Reconstructed-MC pair information. The signed generated pT follows the
87104// convention used by PtNu/PtHad: particles are positive and antiparticles
@@ -154,7 +171,26 @@ DECLARE_SOA_TABLE(HadronNucleiTable, "AOD", "HADNUCLEITABLE",
154171 hadron_nuclei_tables::NSigmaTOFNu,
155172 hadron_nuclei_tables::NSigmaITSNu,
156173 hadron_nuclei_tables::NSigmaTOFHad,
157- hadron_nuclei_tables::NSigmaITSHad)
174+ hadron_nuclei_tables::NSigmaITSHad,
175+ hadron_nuclei_tables::RunNumber,
176+ hadron_nuclei_tables::MagneticField,
177+ hadron_nuclei_tables::TrackIDNu,
178+ hadron_nuclei_tables::TrackIDHad,
179+ hadron_nuclei_tables::CollisionIdNu,
180+ hadron_nuclei_tables::CollisionIdHad,
181+ hadron_nuclei_tables::NClsFindableTPCNu,
182+ hadron_nuclei_tables::NClsFindableTPCHad,
183+ hadron_nuclei_tables::FractionSharedTPCNu,
184+ hadron_nuclei_tables::FractionSharedTPCHad,
185+ hadron_nuclei_tables::NClsITSNu,
186+ hadron_nuclei_tables::NClsITSHad,
187+ hadron_nuclei_tables::NClsITSInnerBarrelNu,
188+ hadron_nuclei_tables::NClsITSInnerBarrelHad,
189+ hadron_nuclei_tables::Chi2ITSNu,
190+ hadron_nuclei_tables::Chi2ITSHad,
191+ hadron_nuclei_tables::NSigmaTPCNuDe,
192+ hadron_nuclei_tables::NSigmaTPCNuPr,
193+ hadron_nuclei_tables::NSigmaTPCNuPi)
158194DECLARE_SOA_TABLE (HadronNucleiTableMC, " AOD" , " HADNUCLEIMC" ,
159195 hadron_nuclei_tables::PtNuMC,
160196 hadron_nuclei_tables::EtaNuMC,
0 commit comments