Bump ACTS to v33.0.0
Release notes are here:
- https://github.com/acts-project/acts/releases/tag/v33.0.0
- https://github.com/acts-project/acts/releases/tag/v32.1.0
v32.0.0 contains a single output change that that was reverted for v32.0.1 and therefore wasn't merged with !68255 (merged).
v33.0.0 now again contains this change, which is detailed for reference below:
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.
For reference: @cvarni @ncalace @sabidi @jdandoy @christos @dshope @jmasik
Edited by Carlo Varni