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

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

update

File size: 971 bytes
Line 
1# $Id: snr.mac,v 1.1 2007/12/19 19:21:41 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  standardNR     # use screened nuclear recoil 
22###/testem/phys/addPhysics  binary      # hadronic physics
23#
24/run/initialize
25#
26/gun/particle proton
27/gun/energy 160 MeV
28# beam size
29/testem/gun/rndm 3 mm
30#
31/testem/event/printModulo 1000
32/testem/stepMax 1 mm
33#
34/run/beamOn 10000
35#
36/testem/stepMax 100 mm
37/gun/particle ion
38/gun/ion 6 12 6
39/gun/energy 3.5 GeV
40/run/beamOn 1000
41#
42/testem/det/setMat G4_Cu
43/testem/det/update
44/gun/particle kaon+
45/gun/energy 100 MeV
46/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.