Skip to content

Adapt to Acts v0.25.01

This MR bumps the Acts version to v0.22.01 (see atlasexternals!689 (merged) for a list of changes), adds corresponding fixes and a few more things:

  • In the versions between v0.22.01 the geometry construction changed a bit. This MR fixes the geometry building and should make Acts extrapolation work again.

  • Change to configuration using ComponentAccumulator for ActsExtrapolationAlg (most of the rest was already migrated by @ncalace in !32713 (merged))

  • Makes the prop step writer (only used for debugging) single threaded again because there was a data race that was not worth tracking down and fixing

  • Fixes logging interop to look up the correct log level

  • Verbose debug output added in a few spots.

This needs atlasexternals!689 (merged) to be merged, then there needs to be an externals tag, and this MR should be updated to bump the externals tag, as per usual.

Edited by Paul Gessinger-Befurt

Merge request reports