Files
2024-06-28 13:08:51 +02:00

44 lines
752 B
Plaintext

#
# Macro file for TestEm12
#
/control/cout/ignoreThreadsExcept 0
#
# Verbosity
#
/control/verbose 2
/run/verbose 2
#
# Material selection for Geant4-DNA
#
/testem/det/setMat G4_WATER
#
# Define sphere radius
#
/testem/det/setRadius 100 nm
#
# Select Geant4-DNA physics
#
/testem/phys/addPhysics dna_opt2
#/testem/phys/addPhysics dna_opt4
#/testem/phys/addPhysics dna_opt6
#
/run/initialize
#
# Incident particle
#
/gun/particle e-
/gun/energy 1 keV
#
# Output file name and two histograms 1 & 3
#
/analysis/setFileName dna
/analysis/h1/set 1 50 0. 100 nm #edep profile
/analysis/h1/set 3 50 0. 300 nm #true track length
#
# Apply maximum step size from histogram binning
#
/testem/applyAutomaticStepMax true
#
/run/printProgress 1000
/run/beamOn 5000