Skip to content

Fixes for truth output arrays

Dan Guest requested to merge dguest/training-dataset-dumper:truth-fixes into main

I've propagated the truth origin fixes that I did in atlas/athena!72315 (merged) to the dumpster, specifically the part that dumps outputs with truth particle information. Also, since I was there:

  • Added the \Delta \phi and \Delta \eta between the jet momentum axis and the truth particle displacement vector. This compliments Lxy to give a 3 vector (relative to the jet).
  • Made most floats that won't overflow at 2^(2^4) = 65,536 into half precision.

This might be interesting to @lapereir, @svanstro, @bdong, @ligang

Merge request reports