split muComb::g4Match to separate call to extrapolator from loop over ID track collection
Address ATR-27491 by separating the (expensive) call to the G4 extrapolator from g4Match, so that the extrapolator runs only once per SA feature (instead of once per feature and ID track).
As requested during MR review, also move from fabs
, sqrt
, exp
, sin
, cos
, tan
and atan
, throughout the code to their std::
equivalent.
Tagging @giagu
Edited by Valerio Ippolito