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

Last change on this file since 1279 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

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