|
25 | 25 | #define PWGHF_D2H_DATAMODEL_REDUCEDDATAMODEL_H_ |
26 | 26 |
|
27 | 27 | #include "PWGHF/DataModel/CandidateReconstructionTables.h" |
| 28 | +#include "PWGHF/Utils/utilsEvSelHf.h" |
28 | 29 | #include "PWGHF/Utils/utilsPid.h" |
29 | 30 |
|
30 | 31 | #include "Common/Core/RecoDecay.h" |
@@ -747,14 +748,14 @@ using HfRedPidDau2 = HfRedPidDau2s::iterator; |
747 | 748 | // Beauty candidates prongs |
748 | 749 | namespace hf_cand_b0_reduced |
749 | 750 | { |
750 | | -DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed3Prongs, "_0"); //! Prong0 index |
751 | | -DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! Prong1 index |
752 | | -DECLARE_SOA_INDEX_COLUMN_FULL(ProngD0, prongD0, int, HfRed2Prongs, "_0"); //! ProngD0 index |
| 751 | +DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed3Prongs, "_0"); //! Prong0 index |
| 752 | +DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! Prong1 index |
| 753 | +DECLARE_SOA_INDEX_COLUMN_FULL(ProngD0, prongD0, int, HfRed2Prongs, "_0"); //! ProngD0 index |
753 | 754 | DECLARE_SOA_INDEX_COLUMN_FULL(ProngBachPi, prongBachPi, int, HfRedTrackBases, "_1"); //! ProngBachPi index |
754 | 755 | DECLARE_SOA_INDEX_COLUMN_FULL(ProngSoftPi, prongSoftPi, int, HfRedSoftPiBases, "_2"); //! ProngSoftPi index |
755 | | -DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the D daughter |
756 | | -DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the D daughter |
757 | | -DECLARE_SOA_COLUMN(Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float); //! Nonprompt ML score of the D daughter |
| 756 | +DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the D daughter |
| 757 | +DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the D daughter |
| 758 | +DECLARE_SOA_COLUMN(Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float); //! Nonprompt ML score of the D daughter |
758 | 759 | } // namespace hf_cand_b0_reduced |
759 | 760 |
|
760 | 761 | DECLARE_SOA_TABLE(HfRedB0Prongs, "AOD", "HFREDB0PRONG", //! Table with B0 daughter indices |
|
0 commit comments