@@ -356,6 +356,9 @@ DECLARE_SOA_COLUMN(PtProngPi1, ptProngPi1, float);
356356DECLARE_SOA_COLUMN (RSecondaryVertex, rSecondaryVertex, float ); // ! distance of the secondary vertex from the z axis
357357// D*± → D0(bar) π±
358358DECLARE_SOA_COLUMN (SignProng1, signProng1, int8_t );
359+ DECLARE_SOA_COLUMN (AbsEtaTrackMin, absEtaTrackMin, float );
360+ DECLARE_SOA_COLUMN (NumItsClsMin, numItsClsMin, int );
361+ DECLARE_SOA_COLUMN (NumTpcClsMin, numTpcClsMin, int );
359362// TOF
360363DECLARE_SOA_COLUMN (NSigTofKa0, nSigTofKa0, float );
361364DECLARE_SOA_COLUMN (NSigTofKa1, nSigTofKa1, float );
@@ -963,6 +966,9 @@ DECLARE_SOA_TABLE_STAGED(HfDstarPars, "HFDSTPAR", //! Table with candidate prope
963966 hf_cand_par::NSigTpcPi1,
964967 hf_cand_par::NSigTofPi1,
965968 hf_cand_par::NSigTpcTofPi1,
969+ hf_cand_par::AbsEtaTrackMin,
970+ hf_cand_par::NumItsClsMin,
971+ hf_cand_par::NumTpcClsMin,
966972 o2::soa::Marker<MarkerDstar>);
967973
968974DECLARE_SOA_TABLE_STAGED (HfDstarParD0s, " HFDSTPARD0" , // ! Table with candidate properties used for selection
0 commit comments