Skip to content

Use inbuilt eta calculation and avoid tan/atan2 calls

Stewart Martin-Haugh requested to merge smh/athena:eta_calc_SiTrackMaker into main

Use eta calculation from AmgMatrixBasePlugin which avoids the tan() and atan2() calls. Numerically identical results.

Merge request reports