source: trunk/source/processes/electromagnetic/lowenergy/test/hTest/init.mac @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 708 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm6.cc"
3# Sets some default verbose
4# and initializes the graphic.
5#
6/control/verbose 2
7/run/verbose 2
8#
9# Create empty scene ("world" is default)
10/vis/scene/create
11#
12# Add volume to scene
13/vis/scene/add/volume
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/sceneHandler/create DAWNFILE
19#/vis/sceneHandler/create OGLIX
20#
21# Create a viewer
22/vis/viewer/create
23#
24# Draw scene
25/vis/scene/notifyHandlers
26#
27# for drawing the tracks
28# if too many tracks cause core dump => storeTrajectory 0
29/tracking/storeTrajectory 1
30/event/drawTracks charged
31#
32# Flush visualization
33/vis/viewer/update
Note: See TracBrowser for help on using the repository browser.