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

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

update

File size: 778 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 RayTracer
16#/vis/open OGLSX
17#/vis/open DAWNFILE
18#/vis/open HepRepFile
19#/vis/open VRML2FILE
20#
21/vis/viewer/set/viewpointThetaPhi 90.0 0.0 deg
22/vis/viewer/zoom 1.
23/vis/viewer/flush
24/vis/viewer/set/autoRefresh true
25#
26# for drawing the tracks
27# (if too many tracks cause core dump => storeTrajectory 0)
28/tracking/storeTrajectory 1
29/tracking/verbose 0
30#/vis/drawView
31
32/vis/scene/add/trajectories
33/vis/scene/endOfEventAction accumulate
34#/vis/drawVolume
35
36
37/mysetrun/SetRunID 9999
38/run/beamOn 50
39
Note: See TracBrowser for help on using the repository browser.