Skip to content

Commit 6d2954c

Browse files
committed
Add process functions + table for soft pi
1 parent 4a589ae commit 6d2954c

File tree

3 files changed

+105
-70
lines changed

3 files changed

+105
-70
lines changed

PWGHF/D2H/DataModel/ReducedDataModel.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! P
698698
DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the D daughter
699699
DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the D daughter
700700
DECLARE_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

703704
DECLARE_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

712713
using 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+
714722
namespace hf_cand_bplus_reduced
715723
{
716724
DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed2Prongs, "_0"); //! Prong0 index

0 commit comments

Comments
 (0)