Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/f24.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Decays of F24 in analog and vr modes
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 9 24
0028 #
0029 /analysis/h1/set 6 100 0. 15. MeV
0030 #
0031 # complete chain decays
0032 /analysis/setFileName f24c
0033 /run/printProgress 1000
0034 /run/beamOn 10000
0035 #
0036 # complete chain decays in VR mode
0037 /process/had/rdm/analogueMC 0
0038 /analysis/setFileName f24c-b
0039 #/run/beamOn 10000
0040 #
0041 # No daughter decays in analogue MC mode
0042 /process/had/rdm/analogueMC 1
0043 /process/had/rdm/nucleusLimits 24 24 9 9
0044 /analysis/setFileName f24
0045 #/run/beamOn 10000
0046
0047 # No daughter decays in VR MC mode
0048 /process/had/rdm/analogueMC 0
0049 /process/had/rdm/BRbias 0
0050 /analysis/setFileName f24-b
0051 #/run/beamOn 10000