source: trunk/examples/advanced/lAr_calorimeter/vis.mac @ 893

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

update

File size: 807 bytes
Line 
1#
2# Macro file for the initialization phase of
3#
4# Sets some default verbose
5# and initializes the graphic.
6#
7/control/verbose 2
8/run/verbose 2
9#
10/run/initialize
11#
12# Create empty scene ("world" is default)
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#
20/vis/open DAWNFILE
21/vis/open OGLIX
22#
23# Draw scene
24/vis/viewer/zoom 10.5
25/vis/viewer/flush
26#
27# for drawing the tracks
28# if too many tracks cause core dump => storeTrajectory 0
29/tracking/storeTrajectory 1
30/vis/scene/endOfEventAction accumulate
31#
32/event/drawTracks all
33#
34# set magnetic field for visualization only, and limit
35# the step for a proper visualization of the tracjectories
36#
37#/calor/setField 4 tesla
38#/tracking/stepMax 1 m
39#/tracking/stepMax 0.25 cm
40
41
42
Note: See TracBrowser for help on using the repository browser.