Skip to content

Bump Acts version to v0.31.00

This bumps the Acts version from v0.29.00 to v0.31.00.

Changes between these two are:

v0.30.00

Bug Fixes:

  • Initial step fix #362
  • fix order by radius expected in sp input #358
  • Fix mapping of multiple volumes #355
  • Fix usage of Boost.Test header in MaterialMapUtilsTest #352
  • Fix of the jsonToBinUtility #346
  • Workaround for building on clang and libstdc++ (part 2) #343

Improvement:

  • Json bin initialisation for rectangle bound #360
  • Add local to global trandform to BinUtility #356
  • Add local-global roundtrip tests for surfaces #345
  • Remove intersection estimate #342
  • Fix parameter dimension in MultiTrajectory #339
  • Use ATLAS CSV reference data in vertexing unit tests #337
  • RootTrajectoryWriter cleanup #325
  • Remove SpacePoint #303
  • Enforce include ordering via clang-format #302

Infrastructure:

  • CI job to check for BOOST_TEST macro usage #351

v0.31.00

Bug Fixes:

  • Bugfix in TGeoDetectorOptions #375
  • Fix volume material being double mapped on surface and volume #369
  • Fix draw tracking volume invocation bug #361

Improvement:

  • Added volume id to the Material Track writing #370
  • Add Track Seeding Documentation #368
  • Specifying 3D in visualization #367
  • Remove distance to boundary #365
  • Introduce 2d intersection #364
  • Check the outlier before Kalman filtering #359
  • Allow KF fit without target surface #354
  • Replace debugLog in propagation logging #348
  • Add micro-benchmark for Ray and Frustum intersections #326

Infrastructure:

  • Remove the Stale Bot restriction to issues #366
  • Add a CI job that builds the CUDA plugin #357

Required code changes in Athena are at athena!35663 (merged).

Edited by Paul Gessinger-Befurt

Merge request reports