Skip to content

Reduce number of C-like casts in ACTS Pixel Space Point Formation

Carlo Varni requested to merge cvarni/athena:CastOnlyOnce into master

No idea why in Athena we perform double to float casting for every single element in this computation instead of doing it only once on the result of the computation

/cc @ncalace

Merge request reports