@@ -354,6 +354,7 @@ DECLARE_SOA_COLUMN(TofNSigmaPiFromLambda, tofNSigmaPiFromLambda, float);
354354DECLARE_SOA_COLUMN (TofNSigmaPrFromLambda, tofNSigmaPrFromLambda, float );
355355DECLARE_SOA_COLUMN (PidTpcInfoStored, pidTpcInfoStored, int );
356356DECLARE_SOA_COLUMN (PidTofInfoStored, pidTofInfoStored, int );
357+ DECLARE_SOA_COLUMN (MlProbToXiPi, mlProbToXiPi, std::vector<float >);
357358} // namespace hf_sel_toxipi
358359
359360DECLARE_SOA_TABLE (HfSelToXiPi, " AOD" , " HFSELTOXIPI" ,
@@ -370,6 +371,9 @@ DECLARE_SOA_TABLE(HfSelToXiPiKf, "AOD", "HFSELTOXIPIKF",
370371 hf_sel_toxipi::TpcNSigmaPiFromCharmBaryon, hf_sel_toxipi::TpcNSigmaPiFromCasc, hf_sel_toxipi::TpcNSigmaPiFromLambda, hf_sel_toxipi::TpcNSigmaPrFromLambda,
371372 hf_sel_toxipi::TofNSigmaPiFromCharmBaryon, hf_sel_toxipi::TofNSigmaPiFromCasc, hf_sel_toxipi::TofNSigmaPiFromLambda, hf_sel_toxipi::TofNSigmaPrFromLambda);
372373
374+ DECLARE_SOA_TABLE (HfMlToXiPikf, " AOD" , " HFMLSELTOXIPIKF" ,
375+ hf_sel_toxipi::MlProbToXiPi);
376+
373377namespace hf_sel_toomegapi
374378{
375379DECLARE_SOA_COLUMN (StatusPidLambda, statusPidLambda, bool );
0 commit comments