Bump ACTS to v32.0.2
Release notes are here:
- https://github.com/acts-project/acts/releases/tag/v32.0.0
- https://github.com/acts-project/acts/releases/tag/v32.0.1
- https://github.com/acts-project/acts/releases/tag/v32.0.2
v32.0.0 contains a single output change that is documented below. It was reverted for v32.0.1.
We expect (very likely) negligible changes to the vertexing output (test job run):
INFO Py:diff-root INFO 028.PrimaryVerticesAux.trackWeights.20.2.024.PrimaryVerticesAux.trackWeights.20.2
0.009722791612148285 -> 0.00972279068082571 => diff= [0.00000239%]
They are caused by this PR
- refactor: Use common direction transform Jacobian #2782
It rationalizes the way the transform jacobians are calculated, without changing the nominal math, only changing when and where the trigonometric functions are evaluated. This ultimately affects the conversion into line / perigee parameters, which the vertexing operates on.
Edited by Paul Gessinger