Warning, /geant4/examples/extended/eventgenerator/exgps/macros/test38.mac is written in an unsupported language. File is not indexed.
0001 # test38
0002 #
0003 /control/verbose 2
0004 /run/initialize
0005 #
0006 /gps/particle geantino
0007
0008 # source
0009 /gps/pos/type Plane
0010 /gps/pos/shape Square
0011 /gps/pos/centre 1. 2. 1. cm
0012 /gps/pos/halfx 2. cm
0013 /gps/pos/halfy 2. cm
0014
0015 # angular distribution
0016 /gps/ang/type cos
0017
0018 # energy distribution
0019 /gps/ene/type Arb
0020 /gps/hist/file ./macros/spectrum.dat
0021 /gps/hist/inter Exp
0022
0023 # commands below are independent of gps
0024 #
0025 /analysis/setFileName test38
0026 /analysis/h1/set 1 110 0 110 MeV
0027 /analysis/h2/set 1 100 -5 5 cm none linear 100 -5 5 cm none linear #x-y
0028 /analysis/h2/set 2 100 -5 5 cm none linear 100 -5 5 cm none linear #y-z
0029 /analysis/h2/set 4 120 0 360 deg none linear 100 -1 1 none none linear
0030 #
0031 ###/control/execute vis.mac
0032 #
0033 /run/printProgress 10000
0034 #
0035 /run/beamOn 100000