Warning, /geant4/examples/extended/electromagnetic/TestEm12/run01.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for TestEm12
0003 #
0004 # limit the step size from histos 1 and 8
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 /testem/det/setMat G4_WATER
0011 /testem/det/setRadius 3 cm
0012 #
0013 /testem/phys/addPhysics local # em physics
0014 ###/testem/phys/addPhysics emlivermore # em physics
0015 ###/testem/phys/addPhysics empenelope # em physics
0016 #
0017 /run/initialize
0018 #
0019 /gun/particle e-
0020 /gun/energy 4 MeV
0021 #
0022 /analysis/setFileName run01
0023 /analysis/h1/set 1 120 0. 2.4 cm #edep profile
0024 /analysis/h1/set 3 100 0. 3. cm #true track length
0025 /analysis/h1/set 8 120 0. 1.2 none #normalized edep profile
0026 #
0027 /testem/applyAutomaticStepMax true
0028 #
0029 /run/printProgress 2000
0030 /run/beamOn 20000