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

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

make 3.80 added because 3.81 is bad

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