Skip to content

Commit ac18881

Browse files
Update ReducedDataModel.h
1 parent 8c73854 commit ac18881

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGHF/D2H/DataModel/ReducedDataModel.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,15 @@ using HfRedCandBs = soa::Join<HfCandBsExt, HfRedBsProngs>;
506506

507507
namespace hf_cand_lb_reduced
508508
{
509-
DECLARE_SOA_INDEX_COLUMN_FULL(Prong0Lc, prong0Lc, int, HfRed3Prongs, "_0"); //! Prong0 index
510-
DECLARE_SOA_INDEX_COLUMN_FULL(Prong1Track, prong1Track, int, HfRedTrackBases, "_1"); //! Prong1 index
509+
DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed3Prongs, "_0"); //! Prong0 index
510+
DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! Prong1 index
511511
DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the Lc daughter
512512
DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the Lc daughter
513513
DECLARE_SOA_COLUMN(Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float); //! Nonprompt ML score of the Lc daughter
514514
} // namespace hf_cand_lb_reduced
515515

516516
DECLARE_SOA_TABLE(HfRedLbProngs, "AOD", "HFREDLBPRONG", //! Table with Lb daughter indices
517-
hf_cand_lb_reduced::Prong0LcId, hf_cand_lb_reduced::Prong1TrackId);
517+
hf_cand_lb_reduced::Prong0Id, hf_cand_lb_reduced::Prong1Id);
518518

519519
DECLARE_SOA_TABLE(HfRedLbLcMls, "AOD", "HFREDLBLCML", //! Table with ML scores for the Lc daughter
520520
hf_cand_lb_reduced::Prong0MlScoreBkg,
@@ -796,8 +796,8 @@ DECLARE_SOA_COLUMN(PdgCodeProng3, pdgCodeProng3, int); //! Pdg code
796796

797797
// table with results of reconstruction level MC matching
798798
DECLARE_SOA_TABLE(HfMcRecRedLcPis, "AOD", "HFMCRECREDLCPI", //! Table with reconstructed MC information on LcPi(<-Lb) pairs for reduced workflow
799-
hf_cand_lb_reduced::Prong0LcId,
800-
hf_cand_lb_reduced::Prong1TrackId,
799+
hf_cand_lb_reduced::Prong0Id,
800+
hf_cand_lb_reduced::Prong1Id,
801801
hf_cand_lb::FlagMcMatchRec,
802802
hf_cand_lb::FlagWrongCollision,
803803
hf_cand_lb::DebugMcRec,

0 commit comments

Comments
 (0)