Files
geant4/examples/advanced/eRosita/vis.mac
T
2021-12-10 16:15:15 +00:00

39 lines
870 B
Plaintext

#
# Macro file for the initialization phase of "exampleN02.cc"
# when runing in interactive mode
#
# Sets some default verbose
#
/control/verbose 2
/run/verbose 2
#/tracking/verbose 2
#
# Create a scene handler for a specific graphics system
# (Edit the next line(s) to choose another graphics system)
#
#/vis/open OGL 600x600-0+0
/vis/open OGL
/vis/ogl/set/displayListLimit 100000
#
####/vis/open OGLSXm
####/vis/open HepRepFile
#
#/vis/open DAWNFILE
#
#draw scene
#
/vis/drawVolume
#
/vis/viewer/set/viewpointThetaPhi 90 180 deg
/vis/viewer/zoom 1.4
#
# for drawing the tracks
/vis/scene/add/trajectories smooth
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
# for drawing the hits, uncomment next line
# /vis/scene/add/hits
# (if you prefer refreshing each event, comment out next line)
/vis/scene/endOfEventAction accumulate
#
/run/beamOn 100