Files
geant4/examples/extended/electromagnetic/TestEm2/run01.mac
T
2016-06-09 14:44:26 +02:00

33 lines
606 B
Plaintext

# $Id: run01.mac,v 1.23 2006/04/12 15:25:38 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/addPhysics g4v71
#
/testem/phys/setCuts 1 mm
#
# histogram file
/testem/histo/setFileName run01
/testem/histo/setFileType hbook
#
/run/initialize
#
/gun/particle e-
/gun/energy 5 GeV
#
/testem/event/printModulo 20
/testem/run/verbose 1
#
/run/beamOn 500