Skip to content

Commit 02abccc

Browse files
romainschotterRomain Schotteralibuild
authored
[PWGLF] Update cascademlselection.cxx task (#17520)
Co-authored-by: Romain Schotter <romain.schotter@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 9d2d043 commit 02abccc

3 files changed

Lines changed: 285 additions & 125 deletions

File tree

PWGLF/DataModel/LFStrangenessMLTables.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <cmath>
1818
#include <cstdint>
19+
#include <vector>
1920

2021
// Creating output TTree for ML analysis
2122
namespace o2::aod
@@ -237,8 +238,8 @@ DECLARE_SOA_TABLE(CascMLCandidates, "AOD", "CAMLCANDIDATES",
237238

238239
namespace CascMLSelection
239240
{
240-
DECLARE_SOA_COLUMN(XiBDTScore, xiBDTScore, float);
241-
DECLARE_SOA_COLUMN(OmegaBDTScore, omegaBDTScore, float);
241+
DECLARE_SOA_COLUMN(XiBDTScore, xiBDTScore, std::vector<float>);
242+
DECLARE_SOA_COLUMN(OmegaBDTScore, omegaBDTScore, std::vector<float>);
242243
} // namespace CascMLSelection
243244

244245
DECLARE_SOA_TABLE(CascXiMLScores, "AOD", "CASCXIMLSCORES",

0 commit comments

Comments
 (0)