# # Macro file for the initialization phase of "geantGuide.cc" # when running in interactive mode # # Sets some default verbose # /control/verbose 2 /run/verbose 2 # # create empty scene # /vis/scene/create # # Create a scene handler for a specific graphics system # (Edit the next line(s) to choose another graphic system) # ###/vis/open DAWNFILE /vis/open OGLIXm # #/vis/viewer/flush # # for drawing the tracks # Draw trajectories at end of event, showing trajectory points as # markers of size 2 pixels (parameter/1000). /vis/scene/add/trajectories 2000 # (if too many tracks cause core dump => storeTrajectory 0) /tracking/storeTrajectory 1 /vis/scene/endOfEventAction accumulate # # Refresh ready for run /vis/viewer/set/viewpointThetaPhi -45 45 #/vis/viewer/zoom 1 #/vis/viewer/pan 0 0 cm # # Now ready for /run/beamOn.