source: trunk/source/processes/electromagnetic/lowenergy/test/fluoTest/initInter.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: 537 bytes
Line 
1#
2# Macro file for the initialization phase of "exampleN03.cc"
3# when runing in interactive mode
4#
5# Sets some default verbose
6#
7/control/verbose 2
8/control/saveHistory
9/run/verbose 2
10#
11# create empty scene
12#
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
19/vis/open VRML1FILE
20
21
22#
23# draw scene
24#
25/vis/drawVolume
26/vis/viewer/update
27#
28# for drawing the tracks
29# (if too many tracks cause core dump => storeTrajectory 0)
30
31/tracking/storeTrajectory 1
Note: See TracBrowser for help on using the repository browser.