Skip to content

v01-27-02

Compare
Choose a tag to compare
@andresailer andresailer released this 15 Dec 18:17
· 259 commits to master since this release

v01-27-02

  • 2023-12-15 Andre Sailer (PR#1205)

    • Geant4PrimaryHandling: fix issue with multiple vertices in Geant4 GeneralParticleSource, fixes #1204
  • 2023-12-14 Markus Frank (PR#1201)

    • Incorporate type fix from #1172
    • Propagate polish setting from ROOT surfaces to Geant4
    • Improve debugging capabilities of detector checksums by improved dumping possibilities.
  • 2023-12-14 Andre Sailer (PR#1196)

    • NestedBoxReflection_geo.cpp: use std::abs instead of abs
    • HexGrid: use std::abs instead of abs
    • DDSim: better logging of which sensitive detector is used when defaults are used
  • 2023-12-14 Paul Gessinger (PR#1195)

    • Replace usage of the imp module that was removed in Python 3.12 with importlib and types.
  • 2023-11-24 Andre Sailer (PR#1192)

    • DetectorChecksum: use fabs to check if values are 0.0, fixes #1188