Skip to content

v18.4.0

Compare
Choose a tag to compare
@dennisklein dennisklein released this 16 Jun 11:53
· 500 commits to master since this release
6d14d4d

Features

  • Improve the fast simulation by adding the possibility to create secondaries in the FastSim medium.
  • Introduce a new particle generator : This generator generates particles by using 2D histogram with distribution of Y (x-axis) and pt (y-axis).

Examples

  • Introduce a new propagator example (including Geane)

Removed

  • Stop Go Support and remove the Go example

Misc

  • Modernized CMake code
  • New target-based root dictionary macro fairroot_target_root_dictionary()
  • Enforced code formatting policy. It is required to apply git-clang-format on your PRs from now on.