Skip to content

Commit 6fd6bb1

Browse files
authored
Add files via upload
1 parent 3cb7d47 commit 6fd6bb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGHF/DataModel/CandidateSelectionTables.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,10 @@ DECLARE_SOA_TABLE(HfSelJpsi, "AOD", "HFSELJPSI", //!
231231
namespace hf_sel_candidate_lc_to_k0s_p
232232
{
233233
DECLARE_SOA_COLUMN(IsSelLcToK0sP, isSelLcToK0sP, int);
234-
DECLARE_SOA_COLUMN(MlProbLcToK0sP, mlProbLcToK0sP, std::vector<float>); //!
235234
} // namespace hf_sel_candidate_lc_to_k0s_p
235+
236236
DECLARE_SOA_TABLE(HfSelLcToK0sP, "AOD", "HFSELLCK0SP", //!
237237
hf_sel_candidate_lc_to_k0s_p::IsSelLcToK0sP);
238-
DECLARE_SOA_TABLE(HfMlLcToK0sP, "AOD", "HFMLLcK0sP", //!
239-
hf_sel_candidate_lc_to_k0s_p::MlProbLcToK0sP);
240238

241239
namespace hf_sel_candidate_b0
242240
{
@@ -381,6 +379,9 @@ DECLARE_SOA_TABLE(HfSelToXiPiKf, "AOD", "HFSELTOXIPIKF",
381379
hf_sel_toxipi::TpcNSigmaPiFromCharmBaryon, hf_sel_toxipi::TpcNSigmaPiFromCasc, hf_sel_toxipi::TpcNSigmaPiFromLambda, hf_sel_toxipi::TpcNSigmaPrFromLambda,
382380
hf_sel_toxipi::TofNSigmaPiFromCharmBaryon, hf_sel_toxipi::TofNSigmaPiFromCasc, hf_sel_toxipi::TofNSigmaPiFromLambda, hf_sel_toxipi::TofNSigmaPrFromLambda);
383381

382+
DECLARE_SOA_TABLE(HfMlToXiPi, "AOD", "HFMLSELTOXIPI",
383+
hf_sel_toxipi::MlProbToXiPi);
384+
384385
DECLARE_SOA_TABLE(HfMlToXiPiKf, "AOD", "HFMLSELTOXIPIKF",
385386
hf_sel_toxipi::MlProbToXiPi);
386387

0 commit comments

Comments
 (0)