Files
geant4/examples/extended/electromagnetic/TestEm7/proton.mac
T
2016-06-09 15:07:44 +02:00

27 lines
450 B
Plaintext

# $Id: proton.mac,v 1.6 2007/01/12 16:35:21 maire Exp $
#
# Macro file for "TestEm7.cc"
# (can be run in batch, without graphic)
#
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Water
/testem/det/setSizeX 30 cm
/testem/det/setSizeYZ 30 cm
#
/testem/phys/addPhysics standard #em physics
#
/run/initialize
#
/gun/particle proton
/gun/energy 200 MeV
#
# step limit
/testem/stepMax 0.5 mm
#
/testem/event/printModulo 1000
#
/run/beamOn 10000