@@ -698,6 +698,7 @@ DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! P
698698DECLARE_SOA_COLUMN (Prong0MlScoreBkg, prong0MlScoreBkg, float ); // ! Bkg ML score of the D daughter
699699DECLARE_SOA_COLUMN (Prong0MlScorePrompt, prong0MlScorePrompt, float ); // ! Prompt ML score of the D daughter
700700DECLARE_SOA_COLUMN (Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float ); // ! Nonprompt ML score of the D daughter
701+ DECLARE_SOA_COLUMN (PtSoftPi, ptSoftPi, float ); // ! Soft pion pt for B0 → D*+ π-
701702} // namespace hf_cand_b0_reduced
702703
703704DECLARE_SOA_TABLE (HfRedB0Prongs, " AOD" , " HFREDB0PRONG" , // ! Table with B0 daughter indices
@@ -711,6 +712,13 @@ DECLARE_SOA_TABLE(HfRedB0DpMls, "AOD", "HFREDB0DPML", //! Table with ML scores f
711712
712713using HfRedCandB0 = soa::Join<HfCandB0Ext, HfRedB0Prongs>;
713714
715+ DECLARE_SOA_TABLE (HfRedB0SoftPi, " AOD" , " HFREDB0SOFTPI" , // ! Table with ML scores for the D+ daughter
716+ o2::aod::hf_cand_dstar::ImpParamSoftPi,
717+ o2::aod::hf_cand_dstar::ImpParamZSoftPi,
718+ o2::aod::hf_cand_dstar::ErrorImpParamSoftPi,
719+ o2::aod::hf_cand_dstar::ErrorImpParamZSoftPi,
720+ o2::aod::hf_cand_b0_reduced::PtSoftPi);
721+
714722namespace hf_cand_bplus_reduced
715723{
716724DECLARE_SOA_INDEX_COLUMN_FULL (Prong0, prong0, int , HfRed2Prongs, " _0" ); // ! Prong0 index
0 commit comments