Warning, /geant4/examples/extended/electromagnetic/TestEm1/erange.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm1.cc"
0003 #
0004 # compute csda range of primary particle
0005 #
0006 /control/verbose 1
0007 /run/verbose 1
0008 #
0009 /testem/det/setMat Water
0010 #
0011 /testem/phys/addPhysics local
0012 ###/testem/phys/addPhysics emstandard_opt4
0013 #
0014 /process/em/verbose 0
0015 /run/initialize
0016 #
0017 # prevent any secondary production
0018 /run/setCut 1 km
0019 #
0020 # (no) step limitation from eLoss
0021 # to test StepFunction, play with this command
0022 ###/process/eLoss/StepFunction 1 1 mm
0023 #
0024 # eliminate straggling
0025 /process/eLoss/fluct false
0026 /process/inactivate msc
0027 #
0028 /process/em/printParameters
0029 #
0030 /testem/gun/setDefault
0031 /gun/particle e-
0032 /gun/energy 1 MeV
0033 #
0034 /tracking/verbose 2
0035 /run/beamOn 2
0036 /tracking/verbose 0
0037 #
0038 /run/beamOn 10000