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

Applications | User Support | Publications | Collaboration