41 lines
833 B
Plaintext
41 lines
833 B
Plaintext
#
|
|
# Decays of Th234 in vr mode
|
|
#
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 1
|
|
#
|
|
# set the target/detector geometry
|
|
/rdecay02/det/setTargetRadius 10 um
|
|
/rdecay02/det/setTargetLength 10 um
|
|
/rdecay02/det/setDetectorThickness 20 cm
|
|
/rdecay02/det/setDetectorLength 40 cm
|
|
#
|
|
/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 90 234
|
|
#
|
|
# VR MC
|
|
/process/had/rdm/analogueMC 0
|
|
/analysis/setFileName th234c-b
|
|
/analysis/h1/set 6 100 0. 15. MeV
|
|
#
|
|
/run/beamOn 100
|
|
|
|
|
|
|
|
|
|
|
|
|