Files
geant4/examples/extended/runAndEvent/RE04/vis.mac
T
2023-12-08 10:43:34 +01:00

18 lines
387 B
Plaintext

#
# Open a viewer
/vis/open
# This opens the default viewer - see examples/basic/B1/vis.mac for a
# more comprehensive overview of options. Also the documentation.
#
# draw all worlds
/vis/drawVolume worlds
#
/vis/viewer/zoom 1.4
#
/vis/scene/endOfEventAction accumulate
#
# for drawing the tracks
/vis/scene/add/trajectories
# (if too many tracks cause core dump => storeTrajectory 0)