Files
2023-12-08 10:43:34 +01:00

52 lines
1.2 KiB
Plaintext

#
# Decays of F24 in analog and vr modes
#
#
/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 9 24
#
/analysis/h1/set 6 100 0. 15. MeV
#
# complete chain decays
/analysis/setFileName f24c
/run/printProgress 1000
/run/beamOn 10000
#
# complete chain decays in VR mode
/process/had/rdm/analogueMC 0
/analysis/setFileName f24c-b
#/run/beamOn 10000
#
# No daughter decays in analogue MC mode
/process/had/rdm/analogueMC 1
/process/had/rdm/nucleusLimits 24 24 9 9
/analysis/setFileName f24
#/run/beamOn 10000
# No daughter decays in VR MC mode
/process/had/rdm/analogueMC 0
/process/had/rdm/BRbias 0
/analysis/setFileName f24-b
#/run/beamOn 10000