@@ -94,9 +94,11 @@ namespace hykftrk
9494DECLARE_SOA_INDEX_COLUMN (HypKfColl, hypKfColl);
9595DECLARE_SOA_COLUMN (Rigidity, rigidity, float ); // !
9696DECLARE_SOA_COLUMN (TpcNcluster, tpcNcluster, float ); // !
97+ DECLARE_SOA_COLUMN (TpcNclsPid, tpcNclsPid, float ); // !
98+ DECLARE_SOA_COLUMN (TpcNclsCr, tpcNclsCr, float ); // !
9799DECLARE_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 ); // !
100102DECLARE_SOA_COLUMN (TofMass, tofMass, float ); // !
101103DECLARE_SOA_COLUMN (IsPVContributor, isPVContributor, bool ); // !
102104DECLARE_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