Files
geant4/examples/extended/electromagnetic/TestEm17/TestEm17.in
T
2016-06-09 16:46:55 +02:00

31 lines
473 B
Plaintext

# $Id: TestEm17.in,v 1.3 2008-03-31 10:11:30 vnivanch Exp $
#
# Macro file for "TestEm17.cc"
# (can be run in batch, without graphic)
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Iron
/testem/det/setSize 1 m
#
/testem/phys/addPhysics standard
/testem/phys/setCuts 1 mm
#
/run/initialize
#
/gun/particle mu+
/gun/energy 10 TeV
#
/testem/event/printModulo 1000
#
/run/beamOn 10000
#
/gun/particle pi+
/run/beamOn 10000
#
/gun/particle proton
/run/beamOn 10000
#