Skip to content

Commit 21e5c49

Browse files
committed
Implemented comments by fgrosa
1 parent 2b5c744 commit 21e5c49

File tree

2 files changed

+70
-98
lines changed

2 files changed

+70
-98
lines changed

PWGHF/D2H/DataModel/ReducedDataModel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(PVector, pVector,
879879

880880
namespace hf_reso_2_prong
881881
{
882+
DECLARE_SOA_COLUMN(SelFlagD0, selFlagD0, uint8_t); //! Integer with D0 selection flag: 1 = selected as D0, 2 = selected as D0bar, 3 = selected as D0 and D0bar
882883
DECLARE_SOA_DYNAMIC_COLUMN(Px, px, //!
883884
[](float pxProng0, float pxProng1) -> float { return 1.f * pxProng0 + 1.f * pxProng1; });
884885
DECLARE_SOA_DYNAMIC_COLUMN(Py, py, //!
@@ -1018,6 +1019,7 @@ DECLARE_SOA_TABLE(HfRed2PrNoTrks, "AOD", "HFRED2PRNOTRK", //! Table with 2 prong
10181019
hf_cand::PxProng0, hf_cand::PyProng0, hf_cand::PzProng0,
10191020
hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1,
10201021
hf_track_vars_reduced::ItsNClsProngMin, hf_track_vars_reduced::TpcNClsCrossedRowsProngMin, hf_track_vars_reduced::TpcChi2NClProngMax,
1022+
hf_reso_2_prong::SelFlagD0,
10211023
// Dynamic
10221024
hf_reso_2_prong::Px<hf_cand::PxProng0, hf_cand::PxProng1>,
10231025
hf_reso_2_prong::Py<hf_cand::PyProng0, hf_cand::PyProng1>,

0 commit comments

Comments
 (0)