Warning, /geant4/examples/extended/electromagnetic/TestEm1/range.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm1.cc"
0003 #
0004 # compute the csda range of the primary particle
0005 # with or without fluctuations
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Water
0011 /testem/det/setSize 10 cm
0012 #
0013 /testem/phys/addPhysics local
0014 ###/testem/phys/addPhysics empenelope
0015 ###/testem/phys/addPhysics emlivermore
0016 #
0017 /run/initialize
0018 #
0019 # prevent any secondary production
0020 /run/setCut 1 km
0021 #
0022 # no step limitation from eLoss
0023 /process/eLoss/StepFunction 1 100 um
0024 #
0025 # eliminate straggling
0026 /process/eLoss/fluct false
0027 /process/inactivate msc
0028 #
0029 /testem/gun/setDefault
0030 /gun/particle proton
0031 /gun/energy 100 MeV
0032 #
0033 /analysis/setFileName range
0034 /analysis/h1/set 1 150 70 85 mm # csda range
0035 #
0036 /run/printProgress 4000
0037 #
0038 /run/beamOn 40000