source: trunk/examples/extended/persistency/P02/vis.mac @ 1332

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

update

File size: 745 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/tracking/verbose 2
10#
11# create empty scene
12#
13/vis/scene/create
14#
15# Create a scene handler for a specific graphics system
16# (Edit the next line(s) to choose another graphic system)
17#
18/vis/open OGLIX
19#
20####/vis/open DAWNFILE
21#
22# draw scene
23#
24/vis/viewer/set/viewpointThetaPhi 60 60 deg
25/vis/viewer/zoom 1.4
26/vis/viewer/flush
27#
28# for drawing the tracks
29# (if too many tracks cause core dump => storeTrajectory 0)
30/tracking/storeTrajectory 1
31/vis/scene/add/trajectories
32# (if you prefer refreshing each event, comment out next line)
33/vis/scene/endOfEventAction accumulate
34#
35/run/beamOn 1
Note: See TracBrowser for help on using the repository browser.