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

Typo mapping a to mc_hits.a instead of hits.a

parent e08cbe1b
No related branches found
No related tags found
1 merge request!65Resolve "Hit amplitude not available when reading offline data"
Pipeline #23141 passed
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
......@@ -41,7 +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.)
"a": "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