Skip to content

Commit 7b096dd

Browse files
committed
Raise the threshold of decay time from 1 yr to 1e+60 year
1 parent 51001e1 commit 7b096dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/SolidStateDetectorsGeant4Ext.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ function Geant4.G4JLApplication(
174174

175175
configure(app)
176176
initialize(app)
177+
178+
# See also https://geant4-forum.web.cern.ch/t/radioactive-decay-completely-not-working/11798/4
179+
ui`/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year`
180+
177181
app
178182

179183
# ToDo:

0 commit comments

Comments
 (0)