source: trunk/examples/extended/eventgenerator/exgps/macros/test32.g4mac @ 1330

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

update

File size: 1.4 KB
Line 
1/gps/verbose 0
2/gps/particle geantino
3/gps/pos/type Surface
4/gps/pos/shape Sphere
5/gps/pos/radius 5. cm
6/gps/ang/type iso
7/gps/ang/surfnorm false
8/gps/ene/type Arb
9/gps/ene/diffspec 0
10/gps/hist/type arb
11/gps/hist/point 0.0 11.
12/gps/hist/point 1.0 10.
13/gps/hist/point 2.0 9.
14/gps/hist/point 3.0 8.
15/gps/hist/point 4.0 7.
16/gps/hist/point 7.0 4.
17/gps/hist/point 8.0 3.
18/gps/hist/point 9.0 2.
19/gps/hist/point 10.0 1.
20/gps/hist/point 11.0 0.
21/gps/hist/inter Lin
22# biasing the angular theta
23/gps/hist/type biast
24/gps/hist/point 0. 0.
25/gps/hist/point 0.1 1.
26/gps/hist/point 0.5 0.
27/gps/hist/point 1. 1.
28# biasing the angular phi
29/gps/hist/type biasp
30/gps/hist/point 0. 0.
31/gps/hist/point 0.125 1.
32/gps/hist/point 0.375 4.
33/gps/hist/point 0.625 0.
34/gps/hist/point 0.875 4.
35/gps/hist/point 1. 1.
36#
37# biasing the positional theta generator
38# it is used only in the cases of sphere, cylinder and ellipsoid sureface distribution
39# incident surface is a section of the sphere only
40#
41/gps/hist/type biaspt
42/gps/hist/point 0. 0.
43/gps/hist/point 0.5 0.
44/gps/hist/point 1. 1.
45# biasing the random number generator for phi when generating posistion
46/gps/hist/type biaspp
47/gps/hist/point 0. 0.
48/gps/hist/point 0.75 0.
49/gps/hist/point 1. 1.
50
51# commands below are independent of gps
52#
53/analysis/filename test32.aida
54/analysis/maxeng 15 MeV
55/analysis/mineng 0 MeV
56/analysis/maxpos 5 cm
57/analysis/minpos -5 cm
58/event/printModulo 10000
59#/control/execute display.mac
60/run/beamOn 10000
Note: See TracBrowser for help on using the repository browser.