Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/isotopes.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Decays of Na24, Na24m, Ne24, Al24, Cr46, Po215 in analog mode
0003 # Daughters are not decayed
0004 #
0005 #
0006 /control/verbose 2
0007 /run/verbose 1
0008 #
0009 # set the target/detector geometry
0010 /rdecay02/det/setTargetRadius 10 um
0011 /rdecay02/det/setTargetLength 10 um
0012 /rdecay02/det/setDetectorThickness 20 cm
0013 /rdecay02/det/setDetectorLength 40 cm
0014 #
0015 /run/initialize
0016 #
0017 # Set a very high time threshold to allow all decays to happen
0018 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0019 #
0020 /process/list
0021 #
0022 # rdm is applied only to the target volume
0023 /process/had/rdm/noVolumes
0024 /process/had/rdm/selectVolume Target
0025 #
0026 /analysis/h1/set 6 100 0. 15. MeV
0027 #
0028 /gun/particle ion
0029 /gun/ion 11 24
0030 /analysis/setFileName na24
0031 /run/printProgress 1000
0032 /run/beamOn 10000
0033 #
0034 /gun/particle ion
0035 /gun/ion 11 24 0 472. keV
0036 /analysis/setFileName na24m
0037 /run/beamOn 10000
0038 #
0039 /gun/particle ion
0040 /gun/ion 10 24
0041 /process/had/rdm/nucleusLimits 24 24 10 10
0042 /analysis/setFileName ne24
0043 /run/beamOn 10000
0044 #
0045 # No daughter decays
0046 /gun/particle ion
0047 /gun/ion 13 24
0048 /process/had/rdm/nucleusLimits 24 24 13 13
0049 /analysis/setFileName al24
0050 /run/beamOn 10000
0051 #
0052 /gun/particle ion
0053 /gun/ion 24 46
0054 /process/had/rdm/nucleusLimits 46 46 24 24
0055 /analysis/setFileName cr46
0056 /run/beamOn 10000
0057 #
0058 /gun/particle ion
0059 /gun/ion 84 215
0060 /process/had/rdm/nucleusLimits 215 215 84 84
0061 /analysis/setFileName po215
0062 /run/beamOn 10000