source: trunk/examples/extended/polarisation/Pol01/heprep2.mac @ 1333

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

update

File size: 741 bytes
Line 
1#
2# Macro file for A01app
3#
4/control/verbose 2
5/run/verbose 2
6#
7/run/initialize
8#
9# Create empty scene ("world" is default)
10#
11/vis/scene/create pol01.heprep.gz
12#
13# Create a scene handler for a specific graphics system
14# Edit the next line(s) to choose another graphic system
15#
16/vis/open HepRepXML
17/vis/viewer/set/culling global false
18/vis/viewer/zoom 1.4
19/vis/viewer/set/viewpointThetaPhi 60 25 deg
20/vis/viewer/flush
21#/vis/viewer/zoom 0.0001
22#/vis/viewer/set/viewpointThetaPhi 90 90.0001 deg
23#/vis/scene/endOfEventAction accumulate
24#
25# Add volume to scene
26#
27/vis/scene/add/volume
28#
29# Add trajectories to scene
30#
31/vis/scene/add/trajectories
32#
33# Add hits to scene
34#
35/vis/scene/add/hits
36#
37# Do runs
38#
39/tracking/storeTrajectory 1
40/run/beamOn 20
Note: See TracBrowser for help on using the repository browser.