37 lines
670 B
Plaintext
37 lines
670 B
Plaintext
# $Id: run01.mac,v 1.17 2004/09/17 10:51:34 maire Exp $
|
|
#
|
|
# 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 1
|
|
#
|
|
/testem/det/setMat PbWO4
|
|
/testem/det/setLbin 20 1.
|
|
/testem/det/setRbin 20 0.25
|
|
#
|
|
/testem/phys/addPhysics standard
|
|
####/testem/phys/addPhysics g4v52
|
|
#
|
|
/testem/phys/setCuts 1 mm
|
|
#
|
|
# Acceptance printout is activated
|
|
/testem/run/acceptance 0.9488 0.0112 3.0
|
|
#
|
|
# histogram file
|
|
/testem/histo/setFileName testem2.paw
|
|
/testem/histo/setFileType hbook
|
|
#
|
|
/run/initialize
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 5 GeV
|
|
#
|
|
/testem/event/printModulo 10
|
|
#
|
|
/run/beamOn 500
|
|
|
|
|