Files
geant4/examples/extended/electromagnetic/TestEm5/tramu.mac
T
2016-06-09 12:11:21 +02:00

33 lines
677 B
Plaintext

# $Id: tramu.mac,v 1.5 2005/03/02 17:17:57 maire Exp $
#
# macro file for TestEm5.cc
#
# 1 TeV mu+, transmitted through 3 m of iron
# Rev. of Particle Physics Eur. Phys. Jour. C (2000) page 172.
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setAbsMat Iron
/testem/det/setAbsThick 3 m
/testem/det/setAbsYZ 3 m
#
##/testem/phys/addPhysics g4v52
#
/testem/phys/setCuts 1 mm
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle mu+
/gun/energy 1 TeV
#
/testem/histo/setFileName tramu
/testem/histo/setFileType hbook
/testem/histo/setHisto 4 80 920 1000 GeV #energy at exit
#
/testem/stack/killSecondaries
#
/testem/event/printModulo 1000
/run/beamOn 10000