source: trunk/examples/advanced/air_shower/Visualisation.mac @ 1203

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

CVS update

File size: 811 bytes
Line 
1#
2/control/verbose 1
3/run/verbose 2
4#
5# create empty scene
6#
7#/vis/scene/create Space
8#/vis/scene/notifyHandlers Space flush
9/vis/scene/create
10#
11# Create a scene handler for a specific graphics system
12# (Edit the next line(s) to choose another graphic system)
13#
14#/vis/open OGLIX
15/vis/open RayTracerX
16#/vis/open ATree
17#/vis/open OIX
18#/vis/open OGLSX
19#/vis/open DAWNFILE
20#/vis/open HepRepFile
21#/vis/open VRML2FILE
22#
23/vis/viewer/set/viewpointThetaPhi 90.0 0.0 deg
24/vis/viewer/zoom 1.
25/vis/viewer/flush
26/vis/viewer/set/autoRefresh true
27#
28# for drawing the tracks
29# (if too many tracks cause core dump => storeTrajectory 0)
30/tracking/storeTrajectory 1
31/tracking/verbose 0
32#/vis/drawView
33
34/vis/scene/add/trajectories
35/vis/scene/endOfEventAction accumulate
36#/vis/drawVolume
37
38
39/mysetrun/SetRunID 9999
40/run/beamOn 50
41
Note: See TracBrowser for help on using the repository browser.