Warning, /geant4/examples/extended/electromagnetic/TestEm11/run01.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for TestEm11
0003 #
0004 # limit the step size from histo 1
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 /testem/det/setNbOfAbsor 1
0011 /testem/det/setAbsor 1 G4_Si 1 mm
0012 /testem/det/setSizeYZ 1 mm
0013 #
0014 /testem/phys/addPhysics local # em physics
0015 ###/testem/phys/addPhysics empenelope # em physics
0016 #
0017 /run/initialize
0018 #
0019 /testem/gun/setDefault
0020 /gun/particle e-
0021 /gun/energy 500 keV
0022 #
0023 /analysis/setFileName run01
0024 /analysis/h1/set 1 100 0. 1. mm #edep profile
0025 /analysis/h1/set 2 102 0. 510. keV #total Edep
0026 /analysis/h1/set 3 100 0. 2. mm #true track length
0027 /analysis/h1/set 4 10 0. 20. um #true step length
0028 /analysis/h1/set 5 100 0. 1. mm #proj range
0029 #
0030 /testem/applyAutomaticStepMax true
0031 #
0032 /run/printProgress 10000
0033 /run/beamOn 100000