source: trunk/examples/extended/electromagnetic/TestEm7/snr.mac

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

tag geant4.9.4 beta 1 + modifs locales

File size: 947 bytes
Line 
1# $Id: snr.mac,v 1.4 2009/11/21 22:02:51 maire 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_opt0
22#/testem/phys/addPhysics  emstandard_opt2
23#/testem/phys/addPhysics  emstandard_opt3 
24/testem/phys/addPhysics  standardNR       
25###/testem/phys/addPhysics  binary
26#
27/run/initialize
28#
29/gun/particle proton
30/gun/energy 160 MeV
31# beam size
32/testem/gun/rndm 3 mm
33#
34/testem/event/printModulo 1000
35/testem/stepMax 1 mm
36#
37/run/beamOn 10000
38#
39/testem/stepMax 100 mm
40/gun/particle ion
41/gun/ion 6 12 6
42/gun/energy 3.5 GeV
43/run/beamOn 1000
44#
Note: See TracBrowser for help on using the repository browser.