Skip to content
Snippets Groups Projects
Verified Commit 01b36728 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Activate status and mother_id in offline

parent 87695bfd
No related branches found
No related tags found
1 merge request!54Resolve "Missing status and mother_id in offline reader"
Pipeline #18441 passed
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
......@@ -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
......
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