Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #                                                                       
0002 # Decays of Po201m in VR 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 #
0026 # place the isotopes in the middle of the target, at rest. 
0027 /gun/particle ion
0028 /gun/ion 84 201 0 424.1
0029 #
0030 # complete decay chain in VR mode
0031 /process/had/rdm/analogueMC false
0032 /process/had/rdm/sourceTimeProfile beam.data
0033 /process/had/rdm/decayBiasProfile measures.data
0034 #/process/had/rdm/nucleusLimits 238 238 90 92
0035 /process/had/rdm/hlThreshold 1e-6 s
0036 /process/had/rdm/applyARM false
0037 #
0038 /analysis/setFileName po201m
0039 /analysis/h1/set 6 100 0. 15. MeV
0040 ###/analysis/ntuple/setActivation 3 true
0041 #
0042 /run/printProgress 1000
0043 /run/beamOn 10000