35 lines
615 B
Plaintext
35 lines
615 B
Plaintext
# $Id: run08.mac,v 1.9 2006/10/31 12:53:48 maire Exp $
|
|
#
|
|
# Macro file for "TestEm3.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# Iron 1 layer; proton 500 MeV
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/phys/addPhysics standard
|
|
#
|
|
/testem/phys/setCuts 1 mm
|
|
/run/initialize
|
|
#
|
|
/testem/det/setNbOfLayers 1
|
|
/testem/det/setNbOfAbsor 1
|
|
/testem/det/setAbsor 1 Iron 5 cm
|
|
/testem/det/setSizeYZ 4 cm
|
|
#
|
|
/testem/phys/setCuts 1 mm
|
|
#
|
|
/run/initialize
|
|
#
|
|
/process/inactivate msc
|
|
/testem/stepMax/absorber 1 2 cm
|
|
#
|
|
/testem/gun/setDefault
|
|
/gun/particle proton
|
|
/gun/energy 500 MeV
|
|
#
|
|
/testem/event/printModulo 100
|
|
#
|
|
/run/beamOn 100
|