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

Add accessor for mc_event_time

parent 59af353e
No related branches found
No related tags found
No related merge requests found
Pipeline #17443 passed with warnings
......@@ -17,8 +17,10 @@ class OfflineReader(EventReader):
event_path = "E/Evt"
item_name = "OfflineEvent"
skip_keys = ["t", "AAObject"]
skip_keys = ["t", "AAObject", "mc_event_time"]
aliases = {
"mc_event_time_sec": "mc_event_time/mc_event_time.fSec",
"mc_event_time_ns": "mc_event_time/mc_event_time.fNanoSec",
"t_sec": "t/t.fSec",
"t_ns": "t/t.fNanoSec",
"usr": "AAObject/usr",
......
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