source: trunk/examples/extended/eventgenerator/exgps/macros/test33.g4mac @ 807

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

update

File size: 782 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 test33.aida
29/analysis/maxeng 800 MeV
30/analysis/mineng 200 MeV
31/analysis/maxpos 10 cm
32/analysis/minpos -10 cm
33/event/printModulo 1000
34#/tracking/verbose 1
35#
36/control/execute display_vrml.mac
37#
38/run/beamOn 20
39
Note: See TracBrowser for help on using the repository browser.