source: trunk/examples/extended/electromagnetic/TestEm7/TestEm7.in @ 807

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

update

File size: 1017 bytes
Line 
1# $Id: TestEm7.in,v 1.16 2008/01/14 12:11:38 vnivanch Exp $
2#
3# Macro file for "TestEm7.cc"
4# (can be run in batch, without graphic)
5#
6#
7/control/verbose 1
8/run/verbose 1
9#
10/testem/det/setMat G4_WATER
11/testem/det/setSizeX  20 cm
12/testem/det/setSizeYZ 20 cm
13#
14/testem/det/tallyMat G4_WATER
15/testem/det/tallySize 2. 2. 2. mm
16/testem/det/tallyPosition -9.9 0. 0. cm
17/testem/det/tallyPosition -5.  0. 0. cm
18/testem/det/tallyPosition  0.  0. 0. cm
19/testem/det/tallyPosition  5.  0. 0. cm
20#
21/testem/phys/addPhysics   emstandard    # default em physics 
22#/testem/phys/addPhysics  standard      # em physics 
23###/testem/phys/addPhysics  binary      # hadronic physics
24#
25/run/initialize
26#
27/gun/particle proton
28/gun/energy 160 MeV
29# beam size
30/testem/gun/rndm 3 mm
31#
32/testem/event/printModulo 1000
33/testem/stepMax 1 mm
34#
35/run/beamOn 10000
36#
37/testem/stepMax 100 mm
38/gun/particle ion
39/gun/ion 6 12 6
40/gun/energy 3.5 GeV
41/run/beamOn 1000
42#
43/testem/det/setMat G4_Cu
44/testem/det/update
45/gun/particle kaon+
46/gun/energy 100 MeV
47/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.