31 lines
598 B
Plaintext
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
|
|
#
|