29 lines
510 B
Plaintext
29 lines
510 B
Plaintext
# $Id: run04.mac,v 1.3 2000/06/20 12:58:06 maire Exp $
|
|
#
|
|
# Macro file for "TestEm2.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# Fe L = 20 radl R = 5 radl; electron 30 GeV
|
|
#
|
|
# EGS4 simulation: Particle Data Group - Phys.Rev.D 50-3 - August94
|
|
#
|
|
/control/verbose 2
|
|
#
|
|
/calor/setMat Fe
|
|
/calor/setLbin 40 0.5
|
|
/calor/setRbin 20 0.25
|
|
/calor/update
|
|
#
|
|
/run/particle/setCut 0.8 mm
|
|
/run/initialize
|
|
#
|
|
/run/verbose 2
|
|
/event/drawTracks none
|
|
/event/printModulo 10
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 30 GeV
|
|
/run/beamOn 100
|
|
|
|
|