28 lines
663 B
Plaintext
28 lines
663 B
Plaintext
#
|
|
# macro for rdecay01
|
|
#
|
|
# this macro is to survey atomic deexcitation
|
|
# do not forget to set ARMflag = true in PhysicsList.cc
|
|
# see S.Bakr et al. Geant4 collaboration meeting 2020
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 1
|
|
#
|
|
/run/setCut 0.1 um
|
|
#
|
|
# Set a very high time threshold to allow all decays to happen
|
|
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
|
#
|
|
# decay of Iodine 125 is pure electronic carpture
|
|
/gun/particle ion
|
|
/gun/ion 53 125
|
|
#
|
|
/rdecay01/fullChain false
|
|
#
|
|
/analysis/setFileName atomicDeexc
|
|
/analysis/h1/set 1 50000 0.001 50 keV #e-
|
|
/analysis/h1/set 3 50000 0.001 50 keV #gamma
|
|
#
|
|
/run/printProgress 100000
|
|
/run/beamOn 1000000
|