Files
2025-12-05 08:54:02 +01:00

53 lines
900 B
Plaintext

# MT mode
/run/numberOfThreads 8
#
# Verbosity
/control/cout/ignoreThreadsExcept 0
/control/verbose 1
/run/verbose 1
/tracking/verbose 0
#
# Set material
/spower/det/setMat G4_WATER
#
# Set sphere radius
/spower/det/setRadius 1 m
#
# Set physics constructor
#/spower/phys/addPhysics dna_opt0
/spower/phys/addPhysics dna_opt2
#/spower/phys/addPhysics dna_opt4
#/spower/phys/addPhysics dna_opt6
#/spower/phys/addPhysics dna_opt8
#
# Run initialization
/run/initialize
#
# Inactivation of nuclearStopping process for ions (> helium)
#/process/inactivate nuclearStopping
#
# Incident particle type
/gun/particle e-
#### Example of ion
#/gun/particle ion
#/gun/ion 3 7
#
# Incident particle energy
/gun/energy 50 eV
#
# Beam on
/run/beamOn 1000
#
/gun/energy 100 eV
/run/beamOn 1000
#
/gun/energy 200 eV
/run/beamOn 1000
#
/gun/energy 500 eV
/run/beamOn 1000
#
/gun/energy 1000 eV
/run/beamOn 1000
#