source: trunk/examples/extended/electromagnetic/TestEm9/vis.mac @ 1254

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

update

File size: 725 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm9.cc"
3#
4# Sets some default verbose
5# and initializes the graphic.
6#
7/control/verbose 2
8/run/verbose 2
9#
10/run/initialize
11#
12# Create empty scene ("world" is default)
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#/vis/open OGLIXm
20#
21#/vis/open DAWNFILE
22#
23# Draw scene
24/vis/viewer/set/viewpointThetaPhi 90 0 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/endOfEventAction accumulate
32#
33#/testem/event/drawTracks all
34/testem/event/drawTracks charged
35
Note: See TracBrowser for help on using the repository browser.