Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 15:02
· 133 commits to main since this release

SolidStateDetectors v0.10.0

Diff since v0.9.9

Geant4 support

SolidStateDetectors.jl now provides an extension for Geant4.jl.

The Geant4 extension provides code to conveniently create GDML files from an SSD config file or Simulation and to create a Geant4.G4JLApplication.
This allows to simulate realistic event distributions resulting from particles emitted by a given source, which can be used as input to the waveform simulation.
Find a tutorial on how to use the Geant4 extension here.

Geant4

Merged pull requests:

  • Add energy_threshold keyword argument to run_geant4_simulation (#403) (@fhagemann)
  • Exclude surface points when determining the depletion voltage (#407) (@fhagemann)
  • Replace RealQuantity with Unitful.RealOrRealQuantity (#408) (@fhagemann)
  • Add docstrings for exported functions related to the Geant4 extension (#409) (@fhagemann)
  • Add Geant4 extension (#410) (@fhagemann)
  • Reintroduce Requires dependency for LegendHDF5IO (#411) (@fhagemann)

Closed issues:

  • Geant4 support in SSD (#385)
  • Where/how to define RealQuantity (#404)