Skip to content
Snippets Groups Projects
Commit 7e45dd04 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 26e549e0
No related branches found
No related tags found
1 merge request!47Resolve "uproot4 integration"
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment