Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/radioactivedecay/rdecay02/macros/as74.mac is written in an unsupported language. File is not indexed.

0001 #                                                                       
0002 # Decays of As74 in analog and vr modes
0003 #
0004 #  In this simulation daughter nuclei are not decayed 
0005 #  As74 has a rather complicated decay scheme in beta-, beta+ and EC   
0006 #
0007 #                                                                         
0008 /control/verbose 2
0009 /run/verbose 1
0010 #
0011 # set the target/detector geometry
0012 /rdecay02/det/setTargetRadius 10 um
0013 /rdecay02/det/setTargetLength 10 um
0014 /rdecay02/det/setDetectorThickness 20 cm
0015 /rdecay02/det/setDetectorLength 40 cm
0016 #
0017 /run/initialize
0018 #
0019 # Set a very high time threshold to allow all decays to happen
0020 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0021 #
0022 /process/list
0023 #
0024 # rdm is applied only to the target volume
0025 /process/had/rdm/noVolumes
0026 /process/had/rdm/selectVolume Target
0027 #
0028 # place the isotopes in the middle of the target, at rest.
0029 /gun/particle ion
0030 /gun/ion 33 74
0031 #
0032 # limit the decay chain
0033 /process/had/rdm/nucleusLimits 74 74 33 33  
0034 # 
0035 #  Analogue MC
0036 /analysis/setFileName as74
0037 /analysis/h1/set 6 100 0. 5. MeV
0038 /tracking/verbose 2
0039 /run/beamOn 10
0040 #
0041 #  VR MC
0042 /analysis/setFileName as74-b
0043 /process/had/rdm/analogueMC 0
0044 /run/beamOn 10
0045 
0046 
0047 
0048 
0049 
0050