Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/eventgenerator/exgps/macros/test24.mac is written in an unsupported language. File is not indexed.

0001 # test24
0002 #
0003 /run/initialize
0004 #
0005 /gps/particle geantino
0006 
0007 # source
0008 /gps/pos/type Volume
0009 /gps/pos/shape Sphere
0010 /gps/pos/centre 1. 2. 1. cm
0011 /gps/pos/radius 2. cm
0012 #
0013 /gps/hist/type biasz
0014 /gps/hist/point 0.  0
0015 /gps/hist/point 0.4 5
0016 /gps/hist/point 0.6 0
0017 /gps/hist/point 1.  2 
0018 
0019 # angular distribution
0020 /gps/ang/type iso
0021 #
0022 /gps/hist/type biast
0023 /gps/hist/point 0. 0.
0024 /gps/hist/point 0.1 1.
0025 /gps/hist/point 0.5 0.
0026 /gps/hist/point 1. 1.
0027 #
0028 /gps/hist/type biasp
0029 /gps/hist/point 0. 0.
0030 /gps/hist/point 0.125 1.
0031 /gps/hist/point 0.375 4.
0032 /gps/hist/point 0.625 0.
0033 /gps/hist/point 0.875 4.
0034 /gps/hist/point 1. 1.
0035 
0036 # energy distribution
0037 /gps/ene/type Arb
0038 /gps/ene/diffspec 0
0039 /gps/hist/type arb
0040 /gps/hist/point 0.0 11.
0041 /gps/hist/point 1.0 10.
0042 /gps/hist/point 2.0 9.
0043 /gps/hist/point 3.0 8.
0044 /gps/hist/point 4.0 7.
0045 /gps/hist/point 7.0 4.
0046 /gps/hist/point 8.0 3.
0047 /gps/hist/point 9.0 2.
0048 /gps/hist/point 10.0 1.
0049 /gps/hist/point 11.0 0.
0050 /gps/hist/inter Lin
0051 
0052 # commands below are independent of gps
0053 #
0054 /analysis/setFileName test24
0055 /analysis/h1/set 1 100 0 15 MeV
0056 /analysis/h1/set 2 100 0 10 cm
0057 /analysis/h1/set 3 110 -1.1 1.1 none  #cos(theta)
0058 /analysis/h1/set 4 130 -15  375 deg   #phi
0059 /analysis/h2/set 1 100 -5 5 cm none linear 100 -5 5 cm none linear #x-y
0060 /analysis/h2/set 2 100 -5 5 cm none linear 100 -5 5 cm none linear #y-z
0061 /analysis/h2/set 3 100 -5 5 cm none linear 100 -5 5 cm none linear #z-x
0062 /analysis/h2/set 4 120 0 360 deg none linear 100 -1 1 none none linear
0063 /analysis/h2/set 5 120 0 360 deg none linear  90 0 180 deg none linear
0064 #
0065 #/control/execute vis.mac
0066 #
0067 /run/printProgress 10000
0068 #
0069 /run/beamOn 100000