Skip to content

Commit 96938ac

Browse files
authored
Add ML in CandidateSelectionTables.h
1 parent 30f25ca commit 96938ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PWGHF/DataModel/CandidateSelectionTables.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ DECLARE_SOA_COLUMN(TofNSigmaPiFromLambda, tofNSigmaPiFromLambda, float);
354354
DECLARE_SOA_COLUMN(TofNSigmaPrFromLambda, tofNSigmaPrFromLambda, float);
355355
DECLARE_SOA_COLUMN(PidTpcInfoStored, pidTpcInfoStored, int);
356356
DECLARE_SOA_COLUMN(PidTofInfoStored, pidTofInfoStored, int);
357+
DECLARE_SOA_COLUMN(MlProbToXiPi, mlProbToXiPi, std::vector<float>);
357358
} // namespace hf_sel_toxipi
358359

359360
DECLARE_SOA_TABLE(HfSelToXiPi, "AOD", "HFSELTOXIPI",
@@ -370,6 +371,9 @@ DECLARE_SOA_TABLE(HfSelToXiPiKf, "AOD", "HFSELTOXIPIKF",
370371
hf_sel_toxipi::TpcNSigmaPiFromCharmBaryon, hf_sel_toxipi::TpcNSigmaPiFromCasc, hf_sel_toxipi::TpcNSigmaPiFromLambda, hf_sel_toxipi::TpcNSigmaPrFromLambda,
371372
hf_sel_toxipi::TofNSigmaPiFromCharmBaryon, hf_sel_toxipi::TofNSigmaPiFromCasc, hf_sel_toxipi::TofNSigmaPiFromLambda, hf_sel_toxipi::TofNSigmaPrFromLambda);
372373

374+
DECLARE_SOA_TABLE(HfMlToXiPikf, "AOD", "HFMLSELTOXIPIKF",
375+
hf_sel_toxipi::MlProbToXiPi);
376+
373377
namespace hf_sel_toomegapi
374378
{
375379
DECLARE_SOA_COLUMN(StatusPidLambda, statusPidLambda, bool);

0 commit comments

Comments
 (0)