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

Last change on this file since 1002 was 807, checked in by garnier, 16 years ago

update

File size: 736 bytes
Line 
1# $Id: tramu.mac,v 1.7 2007/07/31 16:51:29 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/addPhysics g4v52
17#
18/testem/phys/setCuts 1 mm
19#   
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle mu+
24/gun/energy 1 TeV
25#
26/testem/histo/setFileName tramu
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 10  50  950 1000 GeV     #energy at exit 
29#
30/testem/stack/killSecondaries
31#
32/testem/event/printModulo 1000
33/run/beamOn 10000
Note: See TracBrowser for help on using the repository browser.