Files
geant4/examples/extended/electromagnetic/TestEm7/hadron.mac
T
2016-06-09 11:11:55 +02:00

31 lines
598 B
Plaintext

# $Id: hadron.mac,v 1.1 2004/11/26 15:30:49 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 1 m
/testem/det/setSizeYZ 1 m
#
/testem/phys/addPhysics standard #em physics
#
/testem/phys/addPhysics binary #hadronic physics
/testem/phys/addPhysics binary_ion #hadronic physics
/testem/phys/addPhysics elastic #hadronic physics
#
/testem/phys/setCuts 1 km
#
/run/initialize
#
/gun/particle proton
/gun/energy 1 GeV
#
/testem/event/printModulo 1000
#
/run/beamOn 10000
#