Loading...
Searching...
No Matches
vis.mac
Go to the documentation of this file.
1# Macro file for the visualization setting for the initialization phase
2# of the movies example when running in interactive mode
3#
4
5# Open a viewer
6/vis/open
7# This opens the default viewer - see examples/basic/B1/vis.mac for a
8# more comprehensive overview of options. Also the documentation.
9#
10# Disable auto refresh and quieten vis messages whilst scene and
11# trajectories are established:
12/vis/viewer/set/autoRefresh false
13/vis/verbose errors
14#
15# Draw geometry:
16/vis/drawVolume
17#
18# Specify view angle:
19/vis/viewer/set/viewpointThetaPhi 90. 180.
20#
21# Specify zoom value:
22#/vis/viewer/zoom 2.
23#
24# Specify style (surface, wireframe, auxiliary edges,...)
25#/vis/viewer/set/style wireframe
26#/vis/viewer/set/auxiliaryEdge true
27#/vis/viewer/set/lineSegmentsPerCircle 100
28#
29# Draw coordinate axes:
30#/vis/scene/add/axes 0 0 0 1 m
31#
32# Draw smooth trajectories at end of event, showing trajectory points
33# as markers 2 pixels wide:
34/vis/scene/add/trajectories rich
35/vis/modeling/trajectories/create/drawByCharge
36/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
37/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 1
38# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
39#
40# Draw hits at end of event:
41#/vis/scene/add/hits
42#
43# To draw only gammas:
44#/vis/filtering/trajectories/create/particleFilter
45#/vis/filtering/trajectories/particleFilter-0/add gamma
46#
47# To invert the above, drawing all particles except gammas,
48# keep the above two lines but also add:
49#/vis/filtering/trajectories/particleFilter-0/invert true
50#
51# Many other options are available with /vis/modeling and /vis/filtering.
52# For example, to select colour by particle ID:
53#/vis/modeling/trajectories/create/drawByParticleID
54#/vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts true
55# To select or override default colours (note: e+ is blue by default):
56#/vis/modeling/trajectories/list
57#/vis/modeling/trajectories/drawByParticleID-0/set e+ yellow
58#
59# To superimpose all of the events from a given run:
60/vis/scene/endOfEventAction accumulate
61#
62# Re-establish auto refreshing and verbosity:
63/vis/viewer/set/autoRefresh true
64/vis/verbose warnings
65#
66# For file-based drivers, use this to create an empty detector view:
67#/vis/viewer/flush

Applications | User Support | Publications | Collaboration