source: trunk/examples/extended/eventgenerator/exgps/exgps.in @ 1337

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

tag geant4.9.4 beta 1 + modifs locales

File size: 811 bytes
Line 
1# focused beam
2#
3/gps/verbose 0
4/gps/particle geantino
5#
6# the incident surface is in the y-z plane
7/gps/pos/type Plane
8/gps/pos/rot1 0 1 0
9/gps/pos/rot2 0 0 1
10#
11# the incident surface is a disc of 10 cm
12/gps/pos/shape Circle
13/gps/pos/centre -10. 0. 0. cm
14/gps/pos/radius 10. cm
15
16# set the focusing point, default is (0, 0, 0)
17/gps/ang/type focused
18/gps/ang/focuspoint 10 -5 0 cm
19#
20# the beam energy is in gaussian profile centered at 400 MeV
21/gps/ene/type Gauss
22/gps/ene/mono 400 MeV
23/gps/ene/sigma 50. MeV
24
25#
26# commands below are independent of gps
27#
28#/analysis/filename exgps.root
29#/analysis/filetype root
30/analysis/maxeng 800 MeV
31/analysis/mineng 200 MeV
32/analysis/maxpos 10 cm
33/analysis/minpos -10 cm
34/event/printModulo 1000
35#/tracking/verbose 1
36#
37/control/execute macros/display.mac
38#
39/run/beamOn 2000
40
Note: See TracBrowser for help on using the repository browser.