Files
geant4/examples/extended/persistency/gdml/G04/vis.mac
T
2016-06-09 16:25:56 +02:00

17 lines
425 B
Plaintext

###################################################
# Visualization of detector geometry and events
###################################################
# create empty scene
/vis/scene/create
# Create a scene handler for a specific graphics system
/vis/open OGL
# draw scene
/vis/viewer/zoom 1.4
/vis/viewer/flush
# (if you prefer not refreshing each event, uncomment next line)
# /vis/scene/endOfEventAction accumulate