Warning, /geant4/examples/extended/persistency/gdml/G04/g04.mac is written in an unsupported language. File is not indexed.
0001 ###################################################
0002 # Batch running of events
0003 ###################################################
0004
0005 # verbosity
0006 /tracking/verbose 1
0007 /control/verbose 1
0008 /run/verbose 2
0009
0010 # Shoot along Z direction
0011 /run/beamOn 20
0012 /gun/direction 0 0 -1
0013 /run/beamOn 20
0014
0015 # Shoot along various directions
0016 /tracking/verbose 0
0017 /gun/direction 0.3 0.2 1
0018 /run/beamOn 20
0019 /gun/direction 0.3 -0.2 1
0020 /run/beamOn 20
0021 /gun/direction -0.3 0.2 0.6
0022 /run/beamOn 20
0023
0024 exit