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

28 lines
474 B
Plaintext

# $Id: range.mac,v 1.3 2004/08/03 11:31:40 maire Exp $
#
# Macro file for "TestEm1.cc"
#
# compute the range of primary particle
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Aluminium
/testem/det/setSize 10 cm
#
/testem/phys/addPhysics standard
/testem/phys/setCuts 1 km
#
/run/initialize
#
/process/inactivate msc
/process/eLoss/fluct false
#
/testem/gun/setDefault
/gun/particle proton
/gun/energy 100 MeV
#
/testem/event/printModulo 1000
#
/run/beamOn 1000