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

Add tdc/pos/dir fields

parent 2aae4c6f
No related branches found
No related tags found
1 merge request!53Resolve "Hit time field is now tdc!"
......@@ -32,6 +32,13 @@ class OfflineReader(EventReader):
"channel_id": "hits.channel_id",
"dom_id": "hits.dom_id",
"t": "hits.t",
"tdc": "hits.tdc",
"pos_x": "hits.pos.x",
"pos_y": "hits.pos.y",
"pos_z": "hits.pos.z",
"dir_x": "hits.dir.x",
"dir_y": "hits.dir.y",
"dir_z": "hits.dir.z",
"tot": "hits.tot",
"trig": "hits.trig", # non-zero if the hit is a triggered hit
},
......
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