Files
geant4/examples/extended/electromagnetic/TestEm2/run01.mac
T
2016-06-09 10:56:29 +02:00

33 lines
581 B
Plaintext

# $Id: run01.mac,v 1.16 2004/06/18 15:43:36 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
#
/run/initialize
#
/gun/particle e-
/gun/energy 5 GeV
#
/testem/event/printModulo 10
#
/run/beamOn 500