source: trunk/examples/advanced/xray_fluorescence/initInter.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: 673 bytes
RevLine 
[807]1#
2# Macro file for the initialization phase of "exampleN03.cc"
3# when runing in interactive mode
4#
5# Sets some default verbose
6#
7/control/verbose 2
8/control/saveHistory
9/run/verbose 2
10#
11# create empty scene
12#
[1230]13#/vis/scene/create
[807]14#
15# Create a scene handler for a specific graphics system
16# (Edit the next line(s) to choose another graphic system)
17#
18
[1230]19#/vis/open OGLIX
20#/vis/open VRML2FILE
[807]21
22#
23# draw scene
24#
25#
[1230]26#/vis/viewer/flush
[807]27
28
29# for drawing the tracks
30# (if too many tracks cause core dump => storeTrajectory 0)
31
[1230]32#/tracking/storeTrajectory 1
33#/vis/viewer/set/viewpointThetaPhi  60 30
[807]34
35# this is not to redraw every single event
36
[1230]37#/vis/scene/endOfEventAction accumulate
[807]38
39
40
41
Note: See TracBrowser for help on using the repository browser.