Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #                                                                       
0002 # Decays of Ne24 in vr mode
0003 #
0004 #  Compare the branching ratio, bias switched on-off
0005 #
0006 #                                                                         
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 # set the target/detector geometry
0011 /rdecay02/det/setTargetRadius 10 um
0012 /rdecay02/det/setTargetLength 10 um
0013 /rdecay02/det/setDetectorThickness 20 cm
0014 /rdecay02/det/setDetectorLength 40 cm
0015 #
0016 /run/initialize
0017 #
0018 # Set a very high time threshold to allow all decays to happen
0019 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0020 #
0021 /process/list
0022 #
0023 # rdm is applied only to the target volume
0024 /process/had/rdm/noVolumes
0025 /process/had/rdm/selectVolume Target
0026 #
0027 # place the isotopes in the middle of the target, at rest.
0028 /gun/particle ion
0029 /gun/ion 10 24
0030 #
0031 # vr mode
0032 /process/had/rdm/analogueMC 0
0033 /process/had/rdm/applyARM false
0034 /process/had/rdm/applyICM false
0035 /process/had/rdm/verbose 1
0036 # 
0037 # Branching ratio biasing on (as default)
0038 /process/had/rdm/BRbias 1
0039 /analysis/setFileName ne24-br-on
0040 /analysis/h1/set 6 100 0. 10. MeV
0041 ###/analysis/ntuple/setActivation 3 true
0042 /tracking/verbose 2
0043 /run/beamOn 10
0044 #
0045 # Branching ratio biasing off
0046 /process/had/rdm/BRbias 0
0047 /analysis/setFileName ne24-br-off
0048 ##/run/beamOn 1000
0049 
0050 
0051 
0052 
0053 
0054