source: trunk/examples/extended/analysis/A01/bheprep2.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: 714 bytes
Line 
1#
2# Macro file for A01app
3#
4/run/verbose 2
5#
6#
7# Create empty scene ("world" is default)
8#
9/vis/scene/create A01Output.bheprep
10#
11# Create a scene handler for a specific graphics system
12# Edit the next line(s) to choose another graphic system
13#
14/vis/open HepRepXML
15/vis/viewer/set/culling global false
16/vis/viewer/zoom 0.0001
17/vis/viewer/set/viewpointThetaPhi 90 90.0001 deg
18#/vis/scene/endOfEventAction accumulate
19#
20# Add volume to scene
21#
22/vis/scene/add/volume
23#
24# Add trajectories to scene
25#
26/vis/scene/add/trajectories
27#
28# Add hits to scene
29#
30/vis/scene/add/hits
31#
32# Do runs
33#
34/tracking/storeTrajectory 1
35/mydet/armAngle 60. deg
36/mydet/fieldValue 4. tesla
37/mydet/momentum 2. GeV
38/gun/particle e+
39/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.