Warning, /geant4/examples/extended/radioactivedecay/rdecay01/timeWindowBiased.mac is written in an unsupported language. File is not indexed.
0001 # macro for rdecay01
0002 #
0003 # force Ca47 to decay within a window specified in data file
0004 #
0005 /control/cout/ignoreThreadsExcept 0
0006 /control/verbose 2
0007 /run/verbose 1
0008 #
0009 # Set a very high time threshold to allow all decays to happen
0010 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0011 #
0012 /gun/particle ion
0013 /gun/ion 20 47
0014 #
0015 /process/had/rdm/decayBiasProfile timeWindowBiased.data
0016 #
0017 /analysis/setFileName Ca47bias
0018 /analysis/h1/set 8 100 0. 30. day #time of life
0019 #
0020 /run/printProgress 10000
0021 /run/beamOn 100000