@@ -36,6 +36,7 @@ DECLARE_SOA_COLUMN(PsiTPC, psiTPC, float); // Psi with TPC estim
3636DECLARE_SOA_COLUMN (MultTPC, multTPC, float ); // Multiplicity with TPC estimator
3737DECLARE_SOA_COLUMN (CollisionId, collisionId, int64_t ); // CollisionID
3838
39+ DECLARE_SOA_COLUMN (RunNumber, runNumber, int32_t ); // Run number
3940DECLARE_SOA_COLUMN (IsMatter, isMatter, bool ); // bool: true for matter
4041DECLARE_SOA_COLUMN (PtHe3, ptHe3, float ); // Pt of the He daughter
4142DECLARE_SOA_COLUMN (PhiHe3, phiHe3, float ); // Phi of the He daughter
@@ -93,7 +94,7 @@ DECLARE_SOA_TABLE(DataHypCands, "AOD", "HYPCANDS",
9394 hyperrec::CentralityFT0A, hyperrec::CentralityFT0C, hyperrec::CentralityFT0M,
9495 hyperrec::XPrimVtx, hyperrec::YPrimVtx, hyperrec::ZPrimVtx,
9596
96- hyperrec::IsMatter,
97+ hyperrec::RunNumber, hyperrec:: IsMatter,
9798 hyperrec::PtHe3, hyperrec::PhiHe3, hyperrec::EtaHe3,
9899 hyperrec::PtPi, hyperrec::PhiPi, hyperrec::EtaPi,
99100 hyperrec::XDecVtx, hyperrec::YDecVtx, hyperrec::ZDecVtx,
@@ -112,7 +113,7 @@ DECLARE_SOA_TABLE(DataHypCandsFlow, "AOD", "HYPCANDSFLOW",
112113 hyperrec::PsiTPC, hyperrec::MultTPC,
113114 hyperrec::XPrimVtx, hyperrec::YPrimVtx, hyperrec::ZPrimVtx,
114115
115- hyperrec::IsMatter,
116+ hyperrec::RunNumber, hyperrec:: IsMatter,
116117 hyperrec::PtHe3, hyperrec::PhiHe3, hyperrec::EtaHe3,
117118 hyperrec::PtPi, hyperrec::PhiPi, hyperrec::EtaPi,
118119 hyperrec::XDecVtx, hyperrec::YDecVtx, hyperrec::ZDecVtx,
@@ -128,7 +129,7 @@ DECLARE_SOA_TABLE(MCHypCands, "AOD", "MCHYPCANDS",
128129 hyperrec::CentralityFT0A, hyperrec::CentralityFT0C, hyperrec::CentralityFT0M,
129130 hyperrec::XPrimVtx, hyperrec::YPrimVtx, hyperrec::ZPrimVtx,
130131
131- hyperrec::IsMatter,
132+ hyperrec::RunNumber, hyperrec:: IsMatter,
132133 hyperrec::PtHe3, hyperrec::PhiHe3, hyperrec::EtaHe3,
133134 hyperrec::PtPi, hyperrec::PhiPi, hyperrec::EtaPi,
134135 hyperrec::XDecVtx, hyperrec::YDecVtx, hyperrec::ZDecVtx,
@@ -157,7 +158,7 @@ DECLARE_SOA_TABLE(DataHypCandsWColl, "AOD", "HYPCANDSWCOLL",
157158 hyperrec::CollisionId, hyperrec::CentralityFT0A, hyperrec::CentralityFT0C, hyperrec::CentralityFT0M,
158159 hyperrec::XPrimVtx, hyperrec::YPrimVtx, hyperrec::ZPrimVtx,
159160
160- hyperrec::IsMatter,
161+ hyperrec::RunNumber, hyperrec:: IsMatter,
161162 hyperrec::PtHe3, hyperrec::PhiHe3, hyperrec::EtaHe3,
162163 hyperrec::PtPi, hyperrec::PhiPi, hyperrec::EtaPi,
163164 hyperrec::XDecVtx, hyperrec::YDecVtx, hyperrec::ZDecVtx,
0 commit comments