Files
geant4/examples/extended/radioactivedecay/rdecay01/timeWindowBiased.mac
2024-06-28 13:08:51 +02:00

22 lines
505 B
Plaintext

# macro for rdecay01
#
# force Ca47 to decay within a window specified in data file
#
/control/cout/ignoreThreadsExcept 0
/control/verbose 2
/run/verbose 1
#
# Set a very high time threshold to allow all decays to happen
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
#
/gun/particle ion
/gun/ion 20 47
#
/process/had/rdm/decayBiasProfile timeWindowBiased.data
#
/analysis/setFileName Ca47bias
/analysis/h1/set 8 100 0. 30. day #time of life
#
/run/printProgress 10000
/run/beamOn 100000