Warning, /pfRICH/macro/vis-tstand.mac is written in an unsupported language. File is not indexed.
0001 # Use this open statement to create an OpenGL view
0002 /vis/open OGL 600x600-0+0
0003 #
0004 # Disable auto refresh and quieten vis messages whilst scene and
0005 # trajectories are established
0006 /vis/viewer/set/autoRefresh false
0007 #
0008 # Draw geometry
0009 /vis/drawVolume
0010 #
0011 # Specify view angle
0012 /vis/viewer/set/viewpointThetaPhi 90. 179.
0013 #
0014 # Specify zoom value
0015 /vis/viewer/zoom 1.5
0016 #
0017 # Shift to the pfRICH location
0018 /vis/viewer/panTo 0.0 0.0 m
0019 #
0020 # Specify style (surface or wireframe)
0021 /vis/viewer/set/style wireframe
0022 #
0023 # Draw smooth trajectories at end of event, showing trajectory points
0024 # as markers 2 pixels wide:
0025 /vis/scene/add/trajectories smooth
0026 #
0027 # Re-establish auto refreshing and verbosity
0028 /vis/viewer/set/autoRefresh true
0029 #
0030 /vis/ogl/set/displayListLimit 200000
0031 #
0032 #/vis/viewer/rebuild
0033 /vis/scene/endOfEventAction accumulate 100
0034
0035 /run/beamOn 100
0036 /vis/viewer/rebuild