Warning, /geant4/examples/extended/radioactivedecay/rdecay01/timeWindow.mac is written in an unsupported language. File is not indexed.
0001 # macro for rdecay01
0002 #
0003 /control/cout/ignoreThreadsExcept 0
0004 /control/verbose 2
0005 /run/verbose 1
0006 #
0007 # Set a very high time threshold to allow all decays to happen
0008 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0009 #
0010 /gun/particle ion
0011 /gun/ion 83 211
0012 #
0013 /rdecay01/fullChain true
0014 #
0015 /tracking/verbose 2
0016 /run/beamOn 1
0017 /tracking/verbose 0
0018 #
0019 # print mean activity in [t1, t1+dt]
0020 /rdecay01/timeWindow 4 min 2 min
0021 #
0022 /analysis/setFileName time
0023 /analysis/h1/set 8 100 0. 50. min #time of life
0024 #
0025 /run/printProgress 10000
0026 /run/beamOn 100000