We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6bf94 commit 90e0f31Copy full SHA for 90e0f31
PWGCF/Femto/FemtoNuclei/DataModel/PionNucleiTables.h
@@ -30,7 +30,9 @@ DECLARE_SOA_COLUMN(PtNu, ptNu, float);
30
DECLARE_SOA_COLUMN(EtaNu, etaNu, float);
31
DECLARE_SOA_COLUMN(PhiNu, phiNu, float);
32
DECLARE_SOA_COLUMN(PtHyp, ptHyp, float);
33
+DECLARE_SOA_COLUMN(PtHe3, ptHe3, float);
34
DECLARE_SOA_COLUMN(EtaHyp, etaHyp, float);
35
+DECLARE_SOA_COLUMN(EtaHe3, etaHe3, float);
36
DECLARE_SOA_COLUMN(PhiHyp, phiHyp, float);
37
DECLARE_SOA_COLUMN(PtPi, ptPi, float);
38
DECLARE_SOA_COLUMN(EtaPi, etaPi, float);
@@ -105,6 +107,8 @@ DECLARE_SOA_TABLE(PionNucleiTable, "AOD", "PINUCLEITABLE",
105
107
DECLARE_SOA_TABLE(PionHyperTable, "AOD", "PIHYPERTABLE",
106
108
pion_nuclei_tables::PtHyp,
109
pion_nuclei_tables::EtaHyp,
110
+ pion_nuclei_tables::PtHe3,
111
+ pion_nuclei_tables::EtaHe3,
112
pion_nuclei_tables::PhiHyp,
113
pion_nuclei_tables::PtPi,
114
pion_nuclei_tables::EtaPi,
0 commit comments