From 01b367286b9e0e04270dad828a99235e066cb305 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Wed, 10 Mar 2021 13:38:38 +0100 Subject: [PATCH] Activate status and mother_id in offline --- km3io/offline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/km3io/offline.py b/km3io/offline.py index f1d2bd9..14c6318 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -79,8 +79,8 @@ class OfflineReader(EventReader): "E": "mc_trks.E", "t": "mc_trks.t", "len": "mc_trks.len", - # "status": "mc_trks.status", # TODO: check this - # "mother_id": "mc_trks.mother_id", # TODO: check this + "status": "mc_trks.status", + "mother_id": "mc_trks.mother_id", "pdgid": "mc_trks.type", "hit_ids": "mc_trks.hit_ids", "usr": "mc_trks.usr", # TODO: trouble with uproot4 -- GitLab