Skip to content
Snippets Groups Projects
Commit b8d109a3 authored by Valentin Pestel's avatar Valentin Pestel
Browse files

Update km3io/offline.py

parent 09ad8c8c
No related branches found
No related tags found
1 merge request!64Resolve "Hit amplitude not available when reading offline data"
Pipeline #23136 passed
......@@ -41,6 +41,7 @@ class OfflineReader(EventReader):
"dir_y": "hits.dir.y",
"dir_z": "hits.dir.z",
"tot": "hits.tot",
"a": "mc_hits.a", # hit amplitude (in p.e.)
"trig": "hits.trig", # non-zero if the hit is a triggered hit
},
"mc_hits": {
......
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