From 7e45dd044160531b3877e871c7320fc52e9747e8 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 10 Dec 2020 11:09:32 +0100 Subject: [PATCH] Fix typo --- km3io/offline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3io/offline.py b/km3io/offline.py index 4a62e37..67612e8 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -67,7 +67,7 @@ class OfflineReader(EventReader): "dir_x": "mc_trks.dir.x", "dir_y": "mc_trks.dir.y", "dir_z": "mc_trks.dir.z", - "E": "mc_trks.E" + "E": "mc_trks.E", # "status": "mc_trks.status", # TODO: check this # "mother_id": "mc_trks.mother_id", # TODO: check this "type": "mc_trks.type", -- GitLab