Warning, /geant4/examples/extended/persistency/gdml/G04/vis.mac is written in an unsupported language. File is not indexed.
0001 ###################################################
0002 # Visualization of detector geometry and events
0003 ###################################################
0004
0005 # Open a viewer
0006 /vis/open
0007 # This opens the default viewer - see examples/basic/B1/vis.mac for a
0008 # more comprehensive overview of options. Also the documentation.
0009
0010 # draw scene
0011 /vis/viewer/zoom 1.4
0012 /vis/viewer/flush
0013
0014 # (if you prefer not refreshing each event, uncomment next line)
0015 # /vis/scene/endOfEventAction accumulate