source: trunk/examples/extended/electromagnetic/TestEm5/mumsc.mac @ 1342

Last change on this file since 1342 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 780 bytes
Line 
1# $Id: mumsc.mac,v 1.21 2010/05/19 09:35:37 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/testem/phys/addPhysics emstandard_opt0
18#
19/testem/phys/setCuts 1 mm
20#
21/run/initialize
22#
23/testem/gun/setDefault
24/gun/particle mu+
25/gun/energy 100 GeV
26#
27/testem/histo/setFileName mumsc/ref4++.opt0
28/testem/histo/setFileType root
29/testem/histo/setHisto 14  100 -5.0  +5.0 mm            #x-position at exit 
30/testem/histo/setHisto 15  100  0.  +10.0 mm            #radius at exit 
31#
32/testem/stack/killSecondaries
33#
34/testem/event/printModulo 4000
35/run/beamOn 40000
Note: See TracBrowser for help on using the repository browser.