Warning, /geant4/examples/extended/electromagnetic/TestEm12/dna.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for TestEm12
0003 #
0004 /control/cout/ignoreThreadsExcept 0
0005 #
0006 # Verbosity
0007 #
0008 /control/verbose 2
0009 /run/verbose 2
0010 #
0011 # Material selection for Geant4-DNA
0012 #
0013 /testem/det/setMat G4_WATER
0014 #
0015 # Define sphere radius
0016 #
0017 /testem/det/setRadius 100 nm
0018 #
0019 # Select Geant4-DNA physics
0020 #
0021 /testem/phys/addPhysics dna_opt2
0022 #/testem/phys/addPhysics dna_opt4
0023 #/testem/phys/addPhysics dna_opt6
0024 #
0025 /run/initialize
0026 #
0027 # Incident particle
0028 #
0029 /gun/particle e-
0030 /gun/energy 1 keV
0031 #
0032 # Output file name and two histograms 1 & 3
0033 #
0034 /analysis/setFileName dna
0035 /analysis/h1/set 1 50 0. 100 nm #edep profile
0036 /analysis/h1/set 3 50 0. 300 nm #true track length
0037 #
0038 # Apply maximum step size from histogram binning
0039 #
0040 /testem/applyAutomaticStepMax true
0041 #
0042 /run/printProgress 1000
0043 /run/beamOn 5000