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

Last change on this file since 921 was 921, checked in by garnier, 15 years ago

en test de gl2ps. Problemes de libraries

File size: 818 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 OGLIXm 600x400-100+30
14#/vis/open OGLIX
15#
16####/vis/open OGLSXm
17####/vis/open HepRepXML
18#
19####/vis/open DAWNFILE
20#
21# draw scene
22#
23/vis/drawVolume
24#
25/vis/viewer/set/viewpointThetaPhi 90 180 deg
26/vis/viewer/zoom 1.4
27#
28# for drawing the tracks
29#/vis/scene/add/trajectories
30# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
31# for drawing the hits, uncomment next line
32# /vis/scene/add/hits
33# (if you prefer refreshing each event, comment out next line)
34#/vis/scene/endOfEventAction accumulate
35#
36#/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.