From d80c1c334ee90b4b08c610ba6f5b93b644da690e Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 10 Dec 2020 11:09:47 +0100 Subject: [PATCH] Add time to MC tracks --- km3io/offline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/km3io/offline.py b/km3io/offline.py index 67612e8..a1eb2ed 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -68,6 +68,7 @@ class OfflineReader(EventReader): "dir_y": "mc_trks.dir.y", "dir_z": "mc_trks.dir.z", "E": "mc_trks.E", + "t": "mc_trks.t", # "status": "mc_trks.status", # TODO: check this # "mother_id": "mc_trks.mother_id", # TODO: check this "type": "mc_trks.type", -- GitLab