Files
geant4/examples/extended/electromagnetic/TestEm2/run01.mac
T
2016-06-09 15:37:50 +02:00

32 lines
570 B
Plaintext

# $Id: run01.mac,v 1.25 2007/06/21 14:21:46 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 2
#
/testem/det/setMat PbWO4
/testem/det/setLbin 40 0.5
/testem/det/setRbin 50 0.1
#
/testem/phys/addPhysics standard
#
/testem/phys/setCuts 1 mm
#
# histogram file
/testem/histo/setFileName stand
/testem/histo/setFileType hbook
#
/run/initialize
#
/gun/particle e-
/gun/energy 5 GeV
#
/testem/event/printModulo 20
/testem/run/verbose 1
#
/run/beamOn 500