Skip to content

Commit 90e0f31

Browse files
authored
Update PionNucleiTables.h
1 parent 3a6bf94 commit 90e0f31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PWGCF/Femto/FemtoNuclei/DataModel/PionNucleiTables.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ DECLARE_SOA_COLUMN(PtNu, ptNu, float);
3030
DECLARE_SOA_COLUMN(EtaNu, etaNu, float);
3131
DECLARE_SOA_COLUMN(PhiNu, phiNu, float);
3232
DECLARE_SOA_COLUMN(PtHyp, ptHyp, float);
33+
DECLARE_SOA_COLUMN(PtHe3, ptHe3, float);
3334
DECLARE_SOA_COLUMN(EtaHyp, etaHyp, float);
35+
DECLARE_SOA_COLUMN(EtaHe3, etaHe3, float);
3436
DECLARE_SOA_COLUMN(PhiHyp, phiHyp, float);
3537
DECLARE_SOA_COLUMN(PtPi, ptPi, float);
3638
DECLARE_SOA_COLUMN(EtaPi, etaPi, float);
@@ -105,6 +107,8 @@ DECLARE_SOA_TABLE(PionNucleiTable, "AOD", "PINUCLEITABLE",
105107
DECLARE_SOA_TABLE(PionHyperTable, "AOD", "PIHYPERTABLE",
106108
pion_nuclei_tables::PtHyp,
107109
pion_nuclei_tables::EtaHyp,
110+
pion_nuclei_tables::PtHe3,
111+
pion_nuclei_tables::EtaHe3,
108112
pion_nuclei_tables::PhiHyp,
109113
pion_nuclei_tables::PtPi,
110114
pion_nuclei_tables::EtaPi,

0 commit comments

Comments
 (0)