Files
geant4/examples/extended/eventgenerator/exgps/macros/test1.g4mac
T
2016-06-10 11:51:14 +02:00

21 lines
428 B
Plaintext

# test1
/gps/particle proton
/gps/pos/type Point
/gps/pos/centre 1. 2. 1. cm
# the above two can be replaced by a single command
# /gps/position 1. 2. 1. cm
#
/gps/ang/type iso
/gps/energy 2. MeV
# commands below are independent of gps
#
/analysis/filename test1
/analysis/maxeng 15 MeV
/analysis/mineng 1 MeV
/analysis/maxpos 5 cm
/analysis/minpos -5 cm
/event/printModulo 1000
/control/execute display.mac
/run/beamOn 10000