Skip to content

Commit 67ca61c

Browse files
authored
include additional information on tracks / PID to output tree
1 parent c79889c commit 67ca61c

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

PWGLF/DataModel/LFHypernucleiKfTables.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ namespace hykftrk
9494
DECLARE_SOA_INDEX_COLUMN(HypKfColl, hypKfColl);
9595
DECLARE_SOA_COLUMN(Rigidity, rigidity, float); //!
9696
DECLARE_SOA_COLUMN(TpcNcluster, tpcNcluster, float); //!
97+
DECLARE_SOA_COLUMN(TpcNclsPid, tpcNclsPid, float); //!
98+
DECLARE_SOA_COLUMN(TpcNclsCr, tpcNclsCr, float); //!
9799
DECLARE_SOA_COLUMN(TpcNsigma, tpcNsigma, float); //!
98-
DECLARE_SOA_COLUMN(TpcNsigmaNhp, tpcNsigmaNhp, float); //!
99-
DECLARE_SOA_COLUMN(TpcNsigmaNlp, tpcNsigmaNlp, float); //!
100+
DECLARE_SOA_COLUMN(ItsNsigma, itsNsigma, float); //!
101+
DECLARE_SOA_COLUMN(PidForTrk, pidForTrk, uint32_t); //!
100102
DECLARE_SOA_COLUMN(TofMass, tofMass, float); //!
101103
DECLARE_SOA_COLUMN(IsPVContributor, isPVContributor, bool); //!
102104
DECLARE_SOA_COLUMN(SubMass, subMass, float); //!
@@ -140,15 +142,17 @@ DECLARE_SOA_TABLE(HypKfTracks, "AOD", "HYPKFTRACK",
140142
track::Phi,
141143
track::DcaXY,
142144
track::DcaZ,
143-
hykftrk::TpcNcluster,
144145
track::TPCChi2NCl,
145146
track::ITSClusterSizes,
146147
track::ITSChi2NCl,
147148
hykftrk::Rigidity,
148149
track::TPCSignal,
150+
hykftrk::TpcNcluster,
151+
hykftrk::TpcNclsPid,
152+
hykftrk::TpcNclsCr,
149153
hykftrk::TpcNsigma,
150-
hykftrk::TpcNsigmaNhp,
151-
hykftrk::TpcNsigmaNlp,
154+
hykftrk::ItsNsigma,
155+
hykftrk::PidForTrk,
152156
hykftrk::TofMass,
153157
hykftrk::IsPVContributor,
154158
hykftrk::Px<track::Pt, track::Phi>,

0 commit comments

Comments
 (0)