v0.09.00
37 Merge Requests in this release:
New Feature
- !563 - Actually allow external assigning of material
- !560 - External assigning of Material to TrackingGeometry
- !556 - New seedfinder
- !555 - Add new geometry shapes
- !554 - Implement material mapping on top of Propagator
- !543 - Visualization helpers
- !534 - Detector pattern
- !529 - Result error handling
- !522 - Interpolated material map
Bug
- !559 - Fix linking problem, wrong includes, missing tests
- !569 - fix multiple moving of same var
- !565 - Fixes rng seed in VolumeMaterialMapper unit test
- !553 - Use fixed RNG seed for vertexing unit tests
- !550 - Make NavigatorTest pseudo stepper conform to stepper concept
- !549 - CylinderVolumeHelper: Fix BoundarySurface position calculation
- !545 - Change signature of decomposeToSurface
- !542 - Fix 'NaN' in DigiziationModule
- !537 - Fix to the DD4HepConverter after GeometryContext introdcution
Improvement
- !551 - Make some geometry helper methods public
- !540 - Use per-target C++17 feature
- !570 - Add test for Result, fix sfinae
- !568 - Add interface to assign volume material
- !552 - Optimize interpolated B field
- !548 - Make StepperConcept more explicit.
- !547 - Remove channel_id from GeometryID
- !546 - Move a few tests to boost::test solib
- !544 - Switch rectangle bounds to use min and max vertex
- !541 - Include classes in Legacy in Doxygen documentation
- !539 - Kalman Filter: Calculate and store Chi2
- !538 - Billoir vertex fitter - Error result handling
- !536 - Add commit hash to generated version header
- !533 - Stepper propagator definition IPP
- !532 - Remove boost type erasure
- !531 - Remove variant data
- !520 - Introduce Context object into acts-core
- !518 - Adjust stepper interface and make it explicit through type trait assertions
Infrastructure
12 issues addressed in this release:
New Feature
Bug
- #585 - linking problem of
master
forAccumulatedVolumeMaterial
on Mac OsX - #589 - GridTests moves the same variable multiple times
- #587 - VolumeMaterialMapperTests uses true random numbers
- #577 - Pseudo stepper in NavigatorTests does not conform to StepperConcept
- #576 - Boundary surface position calculation in CylinderVolumeHelper is wrong
- #575 - 'NaN' in DigiziationModule