Files
geant4/examples/extended/eventgenerator/exgps/macros/test1.g4mac
T
2016-06-09 17:01:34 +02:00

22 lines
457 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/filetype root
/analysis/filename test1.root
/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