Warning, /geant4/examples/extended/eventgenerator/exgps/macros/test28.mac is written in an unsupported language. File is not indexed.
0001 # test28
0002 #
0003 /run/initialize
0004 #
0005 /gps/particle ion
0006 /gps/ion 2 3 1 0.
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 iso
0017
0018 # energy distribution
0019 /gps/energy 5 MeV
0020
0021 # commands below are independent of gps
0022 #
0023 /analysis/setFileName test28
0024 /analysis/h1/set 1 100 0 10 MeV
0025 /analysis/h2/set 1 100 -5 5 cm none linear 100 -5 5 cm none linear #x-y
0026 /analysis/h2/set 4 120 0 360 deg none linear 100 -1 1 none none linear
0027 #
0028 #/control/execute vis.mac
0029 #
0030 /run/printProgress 10000
0031 #
0032 /run/beamOn 100000
0033