source: trunk/examples/extended/eventgenerator/exgps/macros/test1.g4mac @ 1358

Last change on this file since 1358 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 434 bytes
Line 
1# test1
2/gps/particle proton
3/gps/pos/type Point
4/gps/pos/centre 1. 2. 1. cm
5# the above two can be replaced by a single command
6# /gps/position 1. 2. 1. cm
7#
8/gps/ang/type iso
9/gps/energy 2. MeV
10
11# commands below are independent of gps
12#
13/analysis/filename test1.aida
14/analysis/maxeng 15 MeV
15/analysis/mineng 1 MeV
16/analysis/maxpos 5 cm
17/analysis/minpos -5 cm
18/event/printModulo 1000
19#/control/execute display.mac
20/run/beamOn 10000
Note: See TracBrowser for help on using the repository browser.