Files
geant4/examples/extended/electromagnetic/TestEm5/tramu.mac
T
2016-06-09 17:01:34 +02:00

35 lines
747 B
Plaintext

# $Id: tramu.mac,v 1.14 2010-05-19 09:35:37 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.
# Rev. of Particle Physics Letters B 592 (2004) page 251.
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setAbsMat Iron
/testem/det/setAbsThick 3 m
/testem/det/setAbsYZ 3 m
#
###/testem/phys/addPhysics emstandard_opt0
/testem/phys/addPhysics local
#
/testem/phys/setCuts 1 mm
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle mu+
/gun/energy 1 TeV
#
/analysis/setFileName tramu/local
/analysis/h1/set 10 100 950 1000 GeV #energy at exit
#
/testem/stack/killSecondaries
#
/testem/event/printModulo 10000
#
/run/beamOn 100000