Skip to content

v01-27-01

Compare
Choose a tag to compare
@andresailer andresailer released this 21 Nov 15:10
· 241 commits to master since this release

v01-27-01

  • 2023-11-20 jmcarcell (PR#1191)

    • CMake: Add a check for the c++ standard that Geant4 was compiled with, and fail if it is
      different from the one required for DD4hep.
  • 2023-11-19 Wouter Deconinck (PR#1190)

    • Use TROOT::GetIconPath to find icons in DDEve
  • 2023-11-17 Markus Frank (PR#1187)

    • Implement startup flags to set the visualization depth in teveDisplay like for geoDisplay.
      See Issue: See deeper hierarchy in teveDisplay #1186 for details.
  • 2023-11-17 Dmitry Kalinkin (PR#1184)

    • Fixed runtime issues during initialization caused by incorrectly placed DECLARE_SEGMENTATION for CartesianGridXYStaggered and HexGrid.