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

55 lines
1.2 KiB
Plaintext

#
# Decays of Ne24 in vr mode
#
# Compare the branching ratio, bias switched on-off
#
#
/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 10 24
#
# vr mode
/process/had/rdm/analogueMC 0
/process/had/rdm/applyARM false
/process/had/rdm/applyICM false
/process/had/rdm/verbose 1
#
# Branching ratio biasing on (as default)
/process/had/rdm/BRbias 1
/analysis/setFileName ne24-br-on
/analysis/h1/set 6 100 0. 10. MeV
###/analysis/ntuple/setActivation 3 true
/tracking/verbose 2
/run/beamOn 10
#
# Branching ratio biasing off
/process/had/rdm/BRbias 0
/analysis/setFileName ne24-br-off
##/run/beamOn 1000