39 lines
946 B
Plaintext
39 lines
946 B
Plaintext
#
|
|
# Decays of U238 in analog MC mode
|
|
#
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 1
|
|
#
|
|
# set the target/detector geometry
|
|
/rdecay02/det/setTargetRadius 1e10 pc
|
|
/rdecay02/det/setTargetLength 1e10 pc
|
|
/rdecay02/det/setDetectorThickness 1e10 pc
|
|
/rdecay02/det/setDetectorLength 1e10 pc
|
|
#
|
|
/run/initialize
|
|
#
|
|
# Set a very high time threshold to allow all decays to happen
|
|
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
|
|
#
|
|
/process/list
|
|
#
|
|
# rdm is applied only to the target volume
|
|
/process/had/rdm/noVolumes
|
|
/process/had/rdm/selectVolume Target
|
|
#
|
|
# place the isotopes in the middle of the target, at rest.
|
|
/gun/particle ion
|
|
/gun/ion 92 238
|
|
#
|
|
# complete chain decays
|
|
/analysis/setFileName u238
|
|
/analysis/h1/set 6 100 0. 15. MeV
|
|
#
|
|
/process/had/rdm/applyICM false
|
|
/process/had/rdm/applyARM false
|
|
/process/had/rdm/hlThreshold 1e-6 s
|
|
#
|
|
/tracking/verbose 2
|
|
/run/beamOn 2
|