source: trunk/examples/advanced/air_shower/Visualisation.mac @ 1282

Last change on this file since 1282 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 825 bytes
Line 
1#
2/control/verbose 1
3/run/verbose 2
4#
5# create empty scene
6#
7#/vis/scene/create Space
8#/vis/scene/notifyHandlers Space flush
9/vis/scene/create
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 OGLIX
15#/vis/open RayTracer
16#/vis/open OGLSX
17/vis/open DAWNFILE
18#/vis/open HepRepFile
19#/vis/open VRML2FILE
20#
21/vis/viewer/set/viewpointThetaPhi 90.0 0.0 deg
22/vis/viewer/zoom 1.
23/vis/viewer/flush
24/vis/viewer/set/autoRefresh true
25#
26# for drawing the tracks
27# (if too many tracks cause core dump => storeTrajectory 0)
28/tracking/storeTrajectory 1
29/tracking/verbose 0
30#/vis/drawView
31
32/vis/scene/add/trajectories
33/vis/scene/endOfEventAction accumulate
34#/vis/drawVolume
35/gps/particle opticalphoton
36/gps/energy 2.0 eV     
37/mysetrun/SetRunID 9999
38/run/beamOn 100
39
Note: See TracBrowser for help on using the repository browser.