source: trunk/examples/extended/electromagnetic/TestEm5/tramu.mac @ 1309

Last change on this file since 1309 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 713 bytes
Line 
1# $Id: tramu.mac,v 1.13 2008/10/31 11:36:46 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# 1 TeV mu+, transmitted through 3 m of iron
6# Rev. of Particle Physics Eur. Phys. Jour. C (2000) page 172.
7# Rev. of Particle Physics Letters B 592 (2004) page 251.
8#
9/control/verbose 2
10/run/verbose 2
11#
12/testem/det/setAbsMat Iron   
13/testem/det/setAbsThick 3 m 
14/testem/det/setAbsYZ    3 m
15#
16/testem/phys/setCuts 1 mm
17#   
18/run/initialize
19#
20/testem/gun/setDefault
21/gun/particle mu+
22/gun/energy 1 TeV
23#
24/testem/histo/setFileName tramu/tramu
25/testem/histo/setFileType root
26/testem/histo/setHisto 10  100  950 1000 GeV    #energy at exit 
27#
28/testem/stack/killSecondaries
29#
30/testem/event/printModulo 10000
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.