Files
geant4/examples/extended/gdml/vis.mac
T
2016-06-09 15:37:50 +02:00

17 lines
427 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 OGLIX
# draw scene
/vis/viewer/zoom 1.4
/vis/viewer/flush
# (if you prefer not refreshing each event, uncomment next line)
# /vis/scene/endOfEventAction accumulate