Skip to content

Commit c7268d8

Browse files
author
Lucia Anna Tarasovicova
committed
update of the translator to be consistent with the new ACTS output structure
1 parent b694d2d commit c7268d8

4 files changed

Lines changed: 528 additions & 248 deletions

File tree

ALICE3/DataModel/OTFStrangeness.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ DECLARE_SOA_COLUMN(DcaV0Daughters, dcaV0Daughters, float);
314314
DECLARE_SOA_COLUMN(V0Radius, v0Radius, float);
315315
DECLARE_SOA_COLUMN(MLambda, mLambda, float);
316316
DECLARE_SOA_COLUMN(MAntiLambda, mAntiLambda, float);
317-
DECLARE_SOA_COLUMN(MK0, mK0, float);
317+
DECLARE_SOA_COLUMN(MK0Short, mK0Short, float);
318318

319319
// kinematics
320320
DECLARE_SOA_COLUMN(Pt, pt, float);
@@ -330,7 +330,7 @@ DECLARE_SOA_TABLE(UpgradeV0s, "AOD", "UPGRADEV0S",
330330
otfv0::V0Radius,
331331
otfv0::MLambda,
332332
otfv0::MAntiLambda,
333-
otfv0::MK0,
333+
otfv0::MK0Short,
334334
otfv0::Pt);
335335

336336
using UpgradeV0 = UpgradeV0s::iterator;

0 commit comments

Comments
 (0)