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

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

tag geant4.9.4 beta 1 + modifs locales

File size: 1.2 KB
RevLine 
[1337]1# $Id: TestEm7.in,v 1.20 2008/11/20 20:34:50 vnivanch Exp $
[807]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#
[1337]21/testem/phys/addPhysics   emstandard_opt3
[807]22#
23/run/initialize
24#
25/gun/particle proton
26/gun/energy 160 MeV
27# beam size
28/testem/gun/rndm 3 mm
29#
30/testem/event/printModulo 1000
31/testem/stepMax 1 mm
32#
33/run/beamOn 10000
34#
35/testem/stepMax 100 mm
36/gun/particle ion
37/gun/ion 6 12 6
38/gun/energy 3.5 GeV
39/run/beamOn 1000
40#
41/testem/det/setMat G4_Cu
[1337]42/testem/det/tallyMat G4_Cu
[807]43/testem/det/update
44/gun/particle kaon+
45/gun/energy 100 MeV
46/run/beamOn 1000
[1337]47#
48/testem/det/setMat TechVacuum
49/testem/det/tallyMat TechVacuum
50/testem/det/update
51/gun/particle alpha
52/gun/energy 0.265 keV
53/run/beamOn 100
54#
55/testem/det/setMat G4_WATER
56/testem/det/tallyMat G4_WATER
57/testem/det/update
58/gun/particle alpha
59/gun/energy 100 MeV
60/run/beamOn 100
61#
Note: See TracBrowser for help on using the repository browser.