source: trunk/examples/novice/N02/vis.mac @ 807

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

update

File size: 794 bytes
Line 
1#
2# Macro file for the initialization phase of "exampleN02.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 a scene handler for a specific graphics system
11# (Edit the next line(s) to choose another graphics system)
12#
13#/vis/open OGLIX 600x600-0+0
14/vis/scene/create
15/vis/open OGLSQT
16#
17####/vis/open DAWNFILE
18#
19# draw scene
20#
21##/vis/drawVolume
22#
23##/vis/viewer/set/viewpointThetaPhi 90 180 deg
24##/vis/viewer/zoom 1.4
25#
26# for drawing the tracks
27##/vis/scene/add/trajectories
28# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
29# for drawing the hits, uncomment next line
30# /vis/scene/add/hits
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.