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

40 lines
809 B
Plaintext

#
# Demonstrate that isotopes produced in hadronic processes
# can be treated by RadioactiveDecay.
#
# To register hadronic processes, uncomment corresponding lines
# in PhysicsList.cc
#
/control/verbose 2
/run/verbose 1
#
# set the target/detector geometry
/rdecay02/det/setTargetMate G4_SODIUM_IODIDE
#
/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
/gun/particle neutron
/gun/energy 10 eV
/gun/position 0. 0. -2.4 cm
#
/analysis/setFileName neutron
/run/printProgress 1000
/run/beamOn 10000