source: trunk/examples/extended/hadronic/Hadr01/vis.mac @ 807

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

update

File size: 925 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm9.cc"
3#
4# Sets some default verbose
5# and initializes the graphic.
6#
7/control/verbose 2
8/run/verbose 2
9#
10# Create empty scene ("world" is default)
11/vis/scene/create
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 OGLIX
17#/vis/open OGLIXm
18#
19#/vis/open DAWNFILE
20#
21# Draw scene
22/vis/viewer/set/viewpointThetaPhi 90 0 deg
23/vis/viewer/zoom 1.0
24/vis/viewer/flush
25#
26# for drawing the tracks
27# if too many tracks cause core dump => storeTrajectory 0
28/tracking/storeTrajectory 1
29/vis/scene/endOfEventAction accumulate
30#
31#/testhadr/DrawTracks      charged
32/testhadr/TargetMat        G4_Al
33/testhadr/TargetRadius     1  cm
34/testhadr/TargetLength     10 cm
35/testhadr/NumberDivZ       100
36/testhadr/DrawTracks       all
37/testhadr/CutsAll          1 mm
38/testhadr/Physics          QBBC
39#
40/run/initialize
41#
42
Note: See TracBrowser for help on using the repository browser.