Warning, /geant4/examples/extended/electromagnetic/TestEm2/egs4.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm2.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 # Fe L = 20 radl R = 5 radl; electron 30 GeV
0006 #
0007 # EGS4 simulation: Particle Data Group - Phys.Rev.D 50-3 - August94
0008 #
0009 /control/verbose 2
0010 /run/verbose 2
0011 #
0012 /testem/det/setMat Iron
0013 /testem/det/setLbin 40 0.5
0014 /testem/det/setRbin 50 0.1
0015 #
0016 /testem/phys/addPhysics emstandard_opt3
0017 #
0018 /run/setCut 0.7 mm
0019 #
0020 # histogram file
0021 /analysis/setFileName egs4_93ref0
0022 #
0023 /run/initialize
0024 #
0025 /gun/particle e-
0026 /gun/energy 30 GeV
0027 #
0028 /run/printProgress 100
0029 #
0030 /run/beamOn 1000
0031
0032