source: trunk/examples/extended/analysis/A01/bheprep2-000-zip.mac @ 1230

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

update

  • Property svn:executable set to *
File size: 887 bytes
Line 
1#
2# Macro file for A01app
3#
4# This file does visualization using the HepRep2 format.
5# This format is not yet ready for general use (still being debugged).
6#
7/run/verbose 2
8#
9#
10# Create empty scene ("world" is default)
11#
12/vis/scene/create A01Output.bheprep.zip
13/vis/heprep/setEventNumberSuffix -000
14
15#
16# Create a scene handler for a specific graphics system
17# Edit the next line(s) to choose another graphic system
18#
19/vis/open HepRepXML
20/vis/viewer/set/culling global false
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/mydet/armAngle 60. deg
41/mydet/fieldValue 4. tesla
42/mydet/momentum 2. GeV
43/gun/particle e+
44/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.