Warning, /geant4/examples/extended/persistency/P03/batch.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # can be run in batch, without graphic
0003 # or interactively: Idle> /control/execute run.mac
0004 #
0005 /run/verbose 2
0006 /event/verbose 0
0007 /control/verbose 1
0008 #
0009 # photon 10 MeV to the direction (0.,0.,1.)
0010 #
0011 /geometry/textInput/verbose 0
0012
0013 /run/initialize
0014 /gun/particle gamma
0015 /gun/energy 10 MeV
0016 /tracking/verbose 0
0017 /run/beamOn 10
0018