Warning, /geant4/examples/extended/electromagnetic/TestEm11/run02.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for TestEm11
0003 #
0004 # limit the step size by geometry
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 /testem/det/nDivAbsor 1 100
0014 #
0015 /testem/phys/addPhysics local # em physics
0016 ###/testem/phys/addPhysics empenelope # em physics
0017 #
0018 /run/initialize
0019 #
0020 /testem/gun/setDefault
0021 /gun/particle e-
0022 /gun/energy 500 keV
0023 #
0024 /analysis/setFileName run02
0025 /analysis/h1/set 1 100 0. 1. mm #edep profile
0026 /analysis/h1/set 2 102 0. 510. keV #total Edep
0027 /analysis/h1/set 3 100 0. 2. mm #true track length
0028 /analysis/h1/set 4 100 0. 200. um #true step length
0029 /analysis/h1/set 5 100 0. 1. mm #proj range
0030 #
0031 /testem/applyAutomaticStepMax false
0032 #
0033 /run/printProgress 10000
0034 /run/beamOn 100000