v0.10.0
SolidStateDetectors v0.10.0
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.
Merged pull requests:
- Add
energy_threshold
keyword argument torun_geant4_simulation
(#403) (@fhagemann) - Exclude surface points when determining the depletion voltage (#407) (@fhagemann)
- Replace
RealQuantity
withUnitful.RealOrRealQuantity
(#408) (@fhagemann) - Add docstrings for exported functions related to the Geant4 extension (#409) (@fhagemann)
- Add Geant4 extension (#410) (@fhagemann)
- Reintroduce
Requires
dependency forLegendHDF5IO
(#411) (@fhagemann)
Closed issues: