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

38 lines
766 B
Plaintext

# $Id: range.mac,v 1.10 2006/10/19 17:24:12 maire Exp $
#
# Macro file for "TestEm1.cc"
#
# compute the csda range of the primary particle
# with or without fluctuations
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Water
/testem/det/setSize 10 cm
#
/testem/phys/addPhysics standard
###/testem/phys/addPhysics penelope
###/testem/phys/addPhysics livermore
#
/run/initialize
#
# prevent any secondary production
/testem/phys/setCuts 1 km
#
# eliminate straggling
/process/inactivate msc
/process/eLoss/fluct false
#
/testem/gun/setDefault
/gun/particle proton
/gun/energy 100 MeV
#
/testem/histo/setFileName range
/testem/histo/setFileType hbook
/testem/histo/setHisto 1 150 70 85 mm # csda range
#
/testem/event/printModulo 4000
#
/run/beamOn 40000