source: trunk/examples/extended/electromagnetic/TestEm6/vis.mac @ 1281

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

update

File size: 812 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm6.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#
20####/vis/open DAWNFILE
21#
22# Draw scene
23/vis/viewer/zoom 1.4
24/vis/viewer/flush
25#
26# for drawing the tracks
27# if too many tracks cause core dump => storeTrajectory 0
28/tracking/storeTrajectory 1
29/vis/scene/endOfEventAction accumulate
30#
31/testem/event/drawTracks all
32#
33# set magnetic field for visualization only, and limit
34# the step for a proper visualization of the tracjectories
35#
36/testem/det/setField 100 tesla
37/testem/tracking/stepMax 10 m
Note: See TracBrowser for help on using the repository browser.