Skip to content
Snippets Groups Projects

Resolve "Missing status and mother_id in offline reader"

Merged Tamas Gal requested to merge 80-missing-methods into master
Files
3
+ 2
2
@@ -79,8 +79,8 @@ class OfflineReader(EventReader):
@@ -79,8 +79,8 @@ class OfflineReader(EventReader):
"E": "mc_trks.E",
"E": "mc_trks.E",
"t": "mc_trks.t",
"t": "mc_trks.t",
"len": "mc_trks.len",
"len": "mc_trks.len",
# "status": "mc_trks.status", # TODO: check this
"status": "mc_trks.status",
# "mother_id": "mc_trks.mother_id", # TODO: check this
"mother_id": "mc_trks.mother_id",
"pdgid": "mc_trks.type",
"pdgid": "mc_trks.type",
"hit_ids": "mc_trks.hit_ids",
"hit_ids": "mc_trks.hit_ids",
"usr": "mc_trks.usr", # TODO: trouble with uproot4
"usr": "mc_trks.usr", # TODO: trouble with uproot4
Loading