Reco hit pos doesn't make sense for UV planes #94
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
Reco hit pos is storing x,y,z of hits, but x and y are u and v in some cases. So we need a better way to store things.
https://github.com/DUNE/dune-tms/blob/main/src/TMS_TreeWriter.h#L233
One option is to add another branch that tells you whether the hit was a X or U plane. Alternatively, we can explicitly save u and v hits in difference branches. So that x/y are -9999999 when u/v aren't and vice versa.
The text was updated successfully, but these errors were encountered: