Skip to content

v01-28

Compare
Choose a tag to compare
@andresailer andresailer released this 23 Feb 13:27
· 190 commits to master since this release

v01-28

  • 2024-02-19 Markus Frank (PR#1228)

    • Fix DD4hep_DetectorDump plugin to avoid crash if a DetElement placement is invalid,
      which is not allowed, but also should not end up in a crash.
    • Add test to check if DetElements have proper placement set using MiniTel example
      (see examples/ClientTests/compact/MiniTel_err_place.xml) and
      test MiniTel_check_missing_placements
    • The fake DD4hep object TwistedTube did not correctly emulate the different constructors when converted
      to Geant4. This should be fixed with this PR.
  • 2024-02-16 Andre Sailer (PR#1231)

    • CMake: use the LCIO::lcio target instead of LCIO::LCIO
  • 2024-02-15 Andre Sailer (PR#1230)

    • XML: add missing std:: when building with TinyXML
    • DetectorSurfaces: silence printout when creating SurfaceList, fixes #1229
  • 2024-02-13 Wouter Deconinck (PR#1225)

    • upgrade CI to checkout@v4, cvmfs@v4, upload-artifact@v4
  • 2024-02-12 Alvaro Tolosa Delgado (PR#1227)

    • Twisted tube: twisted angle unit conversion now works properly
  • 2024-02-12 Markus Frank (PR#1226)
    Multiple commits. Most important one (on user request):

    • Implement CONST properties to optical sufaces. (Requires new release of ROOT)
      See issue: #1223

    Otherwise:

    • Remove support for very old versions of ROOT < 6.10.0
    • Remove support for very old versions of ROOT < 6.26.0.
    • Remove default use of std namespace from most implementation files.
  • 2024-02-12 Wouter Deconinck (PR#1218)

    • add command line options to pass stepping (etc) action plugins to ddsim
  • 2024-02-08 tmadlener (PR#1219)

    • Make the upcoming renaming of edm4hep::TrackerHit to edm4hep::TrackerHit3D (key4hep/EDM4hep#252) transparent as far as DD4hep is concerned.
  • 2024-02-07 jmcarcell (PR#1221)

  • 2024-02-02 tmadlener (PR#1198)

    • Set the momenta of the edm4hep::MCParticle as double instead of float once it becomes possible.
  • 2024-01-18 Markus Frank (PR#1217)

    • Enable energy deposit collection in FiberTubeCalorimeter example.
  • 2024-01-18 Markus Frank (PR#1216)

    • Update FiberTubeCalorimeter example
    • Fix overlapping volumes
  • 2024-01-17 Markus Frank (PR#1215)

    • Fix creation of tessellated shapes from CAD files.
    • Properly hand quadri-linear facets from CAD files.
    • See also: root-project/root#14327
    • See also: #1212
  • 2024-01-16 Markus Frank (PR#1214)

  • 2024-01-15 Markus Frank (PR#1213)

    • Adapt material scan to be aware of the different compilation modes for TGeo units and Geant4 units.
      See also issue #1163.
  • 2024-01-15 Andre Sailer (PR#1212)

    • Assimp: adapt to changes in TGeoTessellated for ROOT 6.32
    • ShapeUtilities: adapt to changes in TGeoTessellated for ROOT 6.32
  • 2024-01-12 Markus Frank (PR#1211)

    • Implement required chnges for new ROOT 6.31.X.
      See issue #1210 for details.
  • 2024-01-08 Markus Frank (PR#1209)

    • Restore behavior of teveDisplay. See issue #1208 for details.
  • 2023-12-19 Andre Sailer (PR#1206)

    • CI: Coverity: use el9 based stack