Warning, /geant4/examples/extended/electromagnetic/TestEm11/range.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm11.cc"
0003 #
0004 # compute the csda range of the primary particle
0005 # with or without fluctuations
0006 #
0007 /control/cout/ignoreThreadsExcept 0
0008 /control/verbose 2
0009 /run/verbose 1
0010 #
0011 /testem/det/setNbOfAbsor 1
0012 /testem/det/setAbsor 1 Water 5 mm
0013 /testem/det/setSizeYZ 5 mm
0014 #
0015 /testem/phys/addPhysics local
0016 ###/testem/phys/addPhysics empenelope
0017 ###/testem/phys/addPhysics emlivermore
0018 #
0019 /run/initialize
0020 #
0021 # prevent any secondary production
0022 /run/setCut 1 km
0023 #
0024 # eliminate straggling
0025 /process/inactivate msc
0026 /process/eLoss/fluct false
0027 #
0028 /testem/gun/setDefault
0029 /gun/particle e-
0030 /gun/energy 600 keV
0031 #
0032 /analysis/setFileName range
0033 /analysis/h1/set 3 200 0 4 mm # csda range
0034 #
0035 /run/printProgress 2000
0036 /run/beamOn 20000