Warning, /geant4/examples/extended/electromagnetic/TestEm11/alpha.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 Water 10 cm
0012 /testem/det/setSizeYZ 10 cm
0013 #
0014 /testem/phys/addPhysics local # em physics
0015 ###/testem/phys/addPhysics emstandard_opt3 # em physics
0016 #
0017 /run/initialize
0018 #
0019 /testem/gun/setDefault
0020 /gun/particle alpha
0021 /gun/energy 400 MeV
0022 #
0023 /analysis/setFileName alpha
0024 /analysis/h1/set 1 100 65. 85. mm #edep profile
0025 /analysis/h1/set 3 100 75. 85. mm #true track length
0026 #
0027 /testem/applyAutomaticStepMax true
0028 #
0029 /run/printProgress 1000
0030 /run/beamOn 10000