Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/u238.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 1e10 pc
0010 /rdecay02/det/setTargetLength 1e10 pc
0011 /rdecay02/det/setDetectorThickness 1e10 pc
0012 /rdecay02/det/setDetectorLength 1e10 pc
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 # complete chain decays
0030 /analysis/setFileName u238
0031 /analysis/h1/set 6 100 0. 15. MeV
0032 #
0033 /process/had/rdm/applyICM false
0034 /process/had/rdm/applyARM false
0035 /process/had/rdm/hlThreshold 1e-6 s
0036 #
0037 /tracking/verbose 2
0038 /run/beamOn 2