Warning, /geant4/examples/extended/eventgenerator/exgps/macros/test25.mac is written in an unsupported language. File is not indexed.
0001 # test25
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 # angular distribution
0014 /gps/ang/type iso
0015 #
0016 /gps/hist/type biast
0017 /gps/hist/point 0. 0.
0018 /gps/hist/point 0.1 1.
0019 /gps/hist/point 0.9 0.
0020 /gps/hist/point 1. 1.
0021 #
0022 /gps/hist/type biasp
0023 /gps/hist/point 0. 0.
0024 /gps/hist/point 0.25 1.
0025 /gps/hist/point 0.5 0.
0026 /gps/hist/point 0.75 1.
0027 /gps/hist/point 1. 0.
0028
0029 # energy distribution
0030 /gps/ene/type User
0031 /gps/ene/emspec 0
0032 /gps/hist/type energy
0033 /gps/hist/point 0. 0.
0034 /gps/hist/point 1.0 1.
0035 /gps/hist/point 2.0 2.
0036 /gps/hist/point 3.0 3.
0037 /gps/hist/point 4.0 2.
0038 /gps/hist/point 5.0 1.
0039 /gps/hist/point 6.0 1.
0040 /gps/hist/point 7.0 2.
0041 /gps/hist/point 8.0 3.
0042 /gps/hist/point 9.0 4.
0043 /gps/hist/point 10. 5.
0044
0045 # commands below are independent of gps
0046 #
0047 /analysis/setFileName test25
0048 /analysis/h1/set 1 100 0 15 MeV
0049 /analysis/h1/set 2 100 0 10 cm
0050 /analysis/h1/set 3 110 -1.1 1.1 none #cos(theta)
0051 /analysis/h1/set 4 130 -15 375 deg #phi
0052 /analysis/h2/set 4 120 0 360 deg none linear 100 -1 1 none none linear
0053 /analysis/h2/set 5 120 0 360 deg none linear 90 0 180 deg none linear
0054 #
0055 #/control/execute vis.mac
0056 #
0057 /run/printProgress 10000
0058 #
0059 /run/beamOn 100000