Warning, /geant4/examples/extended/radioactivedecay/rdecay01/atomicDeexcitation.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # macro for rdecay01
0003 #
0004 # this macro is to survey atomic deexcitation
0005 # do not forget to set ARMflag = true in PhysicsList.cc
0006 # see S.Bakr et al. Geant4 collaboration meeting 2020
0007 #
0008 /control/verbose 2
0009 /run/verbose 1
0010 #
0011 /run/setCut 0.1 um
0012 #
0013 # Set a very high time threshold to allow all decays to happen
0014 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0015 #
0016 # decay of Iodine 125 is pure electronic carpture
0017 /gun/particle ion
0018 /gun/ion 53 125
0019 #
0020 /rdecay01/fullChain false
0021 #
0022 /analysis/setFileName atomicDeexc
0023 /analysis/h1/set 1 50000 0.001 50 keV #e-
0024 /analysis/h1/set 3 50000 0.001 50 keV #gamma
0025 #
0026 /run/printProgress 100000
0027 /run/beamOn 1000000