Warning, /geant4/examples/extended/electromagnetic/TestEm5/tramu.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # macro file for TestEm5.cc
0003 #
0004 # 1 TeV mu+, transmitted through 3 m of iron
0005 # Rev. of Particle Physics Eur. Phys. Jour. C (2000) page 172.
0006 # Rev. of Particle Physics Letters B 592 (2004) page 251.
0007 #
0008 /control/cout/ignoreThreadsExcept 0
0009 /control/verbose 2
0010 /run/verbose 2
0011 #
0012 /testem/det/setAbsMat Iron
0013 /testem/det/setAbsThick 3 m
0014 /testem/det/setAbsYZ 3 m
0015 #
0016 ###/testem/phys/addPhysics emstandard_opt3
0017 /testem/phys/addPhysics local
0018 #
0019 /run/setCut 1 mm
0020 #
0021 /run/initialize
0022 #
0023 /testem/gun/setDefault
0024 /gun/particle mu+
0025 /gun/energy 1 TeV
0026 #
0027 /analysis/setFileName tramu/local
0028 /analysis/h1/set 10 100 950 1000 GeV #energy at exit
0029 #
0030 /testem/stack/killSecondaries
0031 #
0032 /run/printProgress 10000
0033 #
0034 /run/beamOn 100000