Skip to content

v01-17

Compare
Choose a tag to compare
@andresailer andresailer released this 14 Jun 07:28

v01-17

  • Like v01-17-00 but with the usual shorter version string.

  • 2021-06-02 Andre Sailer (PR#838)

  • 2021-06-01 Marko Petric (PR#840)

    • Do not propagate CMAKE_BUILD_TYPE in DD4hepConfig.cmake
  • 2021-05-27 Markus FRANK (PR#835)

    • On divisions the created solids did not carry the proper tag to identify them.
      This PR fixes this issue when multi-volumes are imported in dd4hep.
      See issue #833
  • 2021-05-17 Markus FRANK (PR#829)

    • Add missing Solid instantiation for TGeoCtub
  • 2021-05-12 Andre Sailer (PR#823)

    • DDSim: add possibility for users to extend the physics setup with Physics.setupUserFunction
  • 2021-05-07 Markus FRANK (PR#825)

    • Fix as reported from CMS
  • 2021-05-01 Markus FRANK (PR#821)

  • 2021-04-27 Andre Sailer (PR#817)

    • Move create_segmentation to DDCore/include/DD4hep/detail/SegmentationsInterna.h to allow segmentation creation in other libraries
    • Removed REGISTER_SEGMENTATION macro and DDSegmentation::SegmentationFactory class because they are obsolete. Use DECLARE_SEGMENTATION to create a plugin entry for segmentations.
  • 2021-04-24 Markus FRANK (PR#816)

    • Following requests, the support to output Volumes as CAD meshes.
      Depending on the underlying technology material names and visual attributes are supported
    • Improve CAD imports to take into account material names and visual attributes if supported
      by the underlying CAD format.
    • Add two examples showing the import and export technique.
  • 2021-04-15 Markus FRANK (PR#809)

    • DDG4: Extend existing sensitive detectors to be used for GFlash parametrized fast simulations
    • DDG4: Remove legacy sensitive detectors, since they are no longer used by FCC
  • 2021-04-15 Markus FRANK (PR#808)

    • Disable copy and move construction/assignment in Geant4 data
      See issue #807
    • Adopt new naming convention for Geant4 assembly imprints
      See issue #804
    • Add G4FastSimulationManagerProcess for GFlash
  • 2021-04-12 Marko Petric (PR#803)

    • Fix bug in evaluator reported by Coverity