Files
geant4/examples/extended/electromagnetic/TestEm2/run01.mac
T
2016-06-10 12:08:39 +02:00

31 lines
529 B
Plaintext

# $Id: run01.mac 83431 2014-08-21 15:49:56Z gcosmo $
#
# Macro file for "TestEm2.cc"
# (can be run in batch, without graphic)
#
# PbWO4 L = 20 radl R = 5 radl; electron 5 GeV
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat G4_PbWO4
/testem/det/setLbin 40 0.5
/testem/det/setRbin 50 0.1
#
/testem/phys/addPhysics emstandard_opt0
#
/run/setCut 1 mm
#
/run/initialize
#
/gun/particle e-
/gun/energy 5 GeV
#
# histogram file
/testem/histo/setFileName run01
#
/run/printProgress 50
/testem/run/verbose 1
#
/run/beamOn 500