Warning, /geant4/examples/extended/electromagnetic/TestEm2/run01.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 # PbWO4 L = 20 radl R = 5 radl; electron 5 GeV
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat G4_PbWO4
0011 /testem/det/setLbin 40 0.5
0012 /testem/det/setRbin 50 0.1
0013 #
0014 /testem/phys/addPhysics emstandard_opt0
0015 #
0016 /run/setCut 1 mm
0017 #
0018 /run/initialize
0019 #
0020 /gun/particle e-
0021 /gun/energy 5 GeV
0022 #
0023 # histogram file
0024 /analysis/setFileName run01
0025 #
0026 /run/printProgress 50
0027 /testem/run/verbose 1
0028 #
0029 /run/beamOn 500