source: trunk/examples/extended/electromagnetic/TestEm5/mumsc.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: 738 bytes
Line 
1# $Id: mumsc.mac,v 1.20 2009/11/15 22:10:03 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# mu+, transmitted through 1 m of iron
6#
7/control/verbose 2
8/run/verbose 2
9#
10/testem/det/setAbsMat Iron
11/testem/det/setAbsThick 1 m
12/testem/det/setAbsYZ    1 m
13/testem/det/setWorldX   1 m
14/testem/det/setWorldYZ  1 m
15#
16/testem/phys/addPhysics local
17#
18/testem/phys/setCuts 1 mm
19#
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle mu+
24/gun/energy 100 GeV
25#
26/testem/histo/setFileName mumsc/ref09.local
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 14  100 -5.0  +5.0 mm            #x-position at exit 
29/testem/histo/setHisto 15  100  0.  +10.0 mm            #radius at exit 
30#
31/testem/stack/killSecondaries
32#
33/testem/event/printModulo 4000
34/run/beamOn 40000
Note: See TracBrowser for help on using the repository browser.