Skip to content

v13.0.0

Compare
Choose a tag to compare
@paulgessinger paulgessinger released this 21 Sep 12:46

Breaking

  • Single geant4 simulation algorithm (ActsExamples 1/X) (#962) (1b8f372):
    The MaterialInteraction and its derivatives are removed from the Propgator/MaterialInteractor.hpp into a separate file Material/MaterialInteraction.hpp to wich the former file and the other clients point to

Feature

  • Introduce json configuration for tgeo (#884) (4443cae)
  • Implement a k-d tree data structure (#987) (c0db8a7)
  • Implement a k-dimensional range class (#986) (d9c04a6)
  • Implement a one-dimensional interval class (#985) (956e3fb)
  • Rework Geant4 simulation (2/X) (#977) (7172909)
  • Single geant4 simulation algorithm (ActsExamples 1/X) (#962) (1b8f372)
  • Add KF-based alignment algorithm (#896) (da66a5b)
  • Computation of shared measurement in CKF (#898) (8f1f47b)

Fix

  • Assign the vertex and direction at first step (#981) (2189de2)
  • Update EventRecording to remove disconnected vertices and particles (#912) (43c4f42)
  • KF return and CKF logging (#996) (ebe6b0e)
  • Set target surface to null for forward filtering in CKF (#997) (54a942c)
  • Allow layer search in original volume after fast initialization (#995) (e11d1c4)

Documentation

  • Recommend recursive git clone for ODD compatibility (#972) (6e25ee0)

Ci