Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/u238c.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Decays of U238 in analog MC mode
0003 #
0004 #
0005 /control/verbose 2
0006 /run/verbose 1
0007 #
0008 # set the target/detector geometry
0009 /rdecay02/det/setTargetRadius 10 um
0010 /rdecay02/det/setTargetLength 10 um
0011 /rdecay02/det/setDetectorThickness 20 cm
0012 /rdecay02/det/setDetectorLength 40 cm
0013 #
0014 /run/initialize
0015 #
0016 # Set a very high time threshold to allow all decays to happen
0017 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0018 #
0019 /process/list
0020 #
0021 # rdm is applied only to the target volume
0022 /process/had/rdm/noVolumes
0023 /process/had/rdm/selectVolume Target
0024 #
0025 # place the isotopes in the middle of the target, at rest.
0026 /gun/particle ion
0027 /gun/ion 92 238
0028 #
0029 /analysis/setFileName u238c
0030 /analysis/h1/set 6 100 0. 10. MeV
0031 #
0032 /run/printProgress 100
0033 /run/beamOn 1000