source: trunk/examples/extended/persistency/P01/vis.mac @ 1252

Last change on this file since 1252 was 807, checked in by garnier, 16 years ago

update

File size: 727 bytes
Line 
1#
2# Macro file for the initialization phase of "persEx02.cc"
3# when runing in interactive mode
4#
5# Sets some default verbose
6#
7/control/verbose 2
8/run/verbose 2
9#
10# create empty scene
11#
12/vis/scene/create
13#
14# Create a scene handler for a specific graphics system
15# (Edit the next line(s) to choose another graphic system)
16#
17/vis/open OGLIX
18#
19####/vis/open DAWNFILE
20#
21# draw scene
22#
23/vis/viewer/set/viewpointThetaPhi 90 180 deg
24/vis/viewer/zoom 1.4
25/vis/viewer/flush
26#
27# for drawing the tracks
28# (if too many tracks cause core dump => storeTrajectory 0)
29/tracking/storeTrajectory 1
30/vis/scene/add/trajectories
31# (if you prefer refreshing each event, comment out next line)
32/vis/scene/endOfEventAction accumulate
33#
34/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.