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

Merge branch '91-hit-amplitude-not-available-when-reading-offline-data' into 'master'

Resolve "Hit amplitude not available when reading offline data"

Closes #91

See merge request !64
parents 09ad8c8c 74beae19
No related branches found
No related tags found
1 merge request!64Resolve "Hit amplitude not available when reading offline data"
Pipeline #23140 passed
Unreleased changes
------------------
* The fields ``.a`` is now read by default.
Version 0
---------
......
......@@ -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