Warning, /geant4/examples/advanced/gorad/gps_point.mac is written in an unsupported language. File is not indexed.
0001 #######################################################
0002 #
0003 # Sample macro file to set General Particle Source
0004 # shooting protons from the center
0005 #
0006 #######################################################
0007
0008 /gps/pos/centre 0.0 0.0 0.0 m
0009 /gps/direction 1 0 0
0010 /gps/pos/type Point
0011 /gps/number 1
0012 /gps/particle proton
0013 /gps/ene/type Mono
0014 /gps/ene/mono 100.0 MeV
0015 /gps/ang/type iso
0016 /gps/ang/maxtheta 90.0 deg
0017 /gps/ang/mintheta 60.0 deg
0018 /gps/source/list
0019