source: trunk/examples/advanced/raredecay_calorimetry/vis.mac @ 1317

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

update

File size: 688 bytes
Line 
1#
2# Macro file for the initialization phase of "PhotIn.cc"
3# when runing in interactive mode
4#
5# Sets some default verbose
6#
7/control/verbose 2
8/run/verbose 2
9#
10# create empty scene
11#
12/vis/scene/create
13#
14# Create a scene handler for a specific graphics system
15# (Edit the next line(s) to choose another graphic system)
16#
17/vis/open OGLIX
18#
19# draw scene
20#
21/vis/viewer/set/viewpointThetaPhi 90 180 deg
22/vis/viewer/zoom 1.4
23/vis/viewer/flush
24#
25# for drawing the tracks
26# (if too many tracks cause core dump => storeTrajectory 0)
27/tracking/storeTrajectory 1
28/vis/scene/endOfEventAction accumulate
29/vis/scene/add/trajectories
30
31/control/alias sam "/control/execute sample.mac"
32/control/listAlias
Note: See TracBrowser for help on using the repository browser.