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

Add MC tracks energy

parent 2eb6c757
No related branches found
No related tags found
1 merge request!47Resolve "uproot4 integration"
Pipeline #16309 failed
......@@ -67,6 +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"
# "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