Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/UserEvapDataBiTest.mac is written in an unsupported language. File is not indexed.
0001 # #
0002 # Demonstrate the use of user data for photoevaporation.
0003 # Laurent Desorgher, 4 November 2011
0004 #
0005 #
0006 /control/verbose 2
0007 /run/verbose 1
0008 #
0009 # set the target/detector geometry
0010 /rdecay02/det/setTargetRadius 1e10 pc
0011 /rdecay02/det/setTargetLength 1e10 pc
0012 /rdecay02/det/setDetectorThickness 1e10 pc
0013 /rdecay02/det/setDetectorLength 1e10 pc
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 # Define user radioactive data
0027 # The data files should be defined before definition of the ion source
0028 # otherwise the mean life time will not be selected correctly
0029 #
0030 /process/had/rdm/setPhotoEvaporationFile 83 210 UserEvapData_z83.a210
0031 #
0032 # place the isotopes in the middle of the target, at rest.
0033 /gun/particle ion
0034 /gun/ion 83 210 0 46.539
0035 #
0036 # only few
0037 /analysis/setFileName userBi210
0038 /analysis/h1/set 6 100 0. 15. MeV
0039 /tracking/verbose 2
0040 /run/beamOn 10