source: trunk/examples/advanced/underground_physics/initInter.mac @ 1321

Last change on this file since 1321 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 1.1 KB
Line 
1#############################################################################*#
2#                                                                             #
3# initInter.mac                                                               #
4# Initialisation macro for interactive mode                                   #
5#                                                                             #
6###############################################################################
7#
8/control/verbose 2
9/control/saveHistory
10#
11# Create empty scene
12/vis/scene/create
13#
14# Create a scene handler for a specific graphics system
15# (Edit the next line(s) to choose another graphic system)
16#/vis/open OGL
17#/vis/open DANWFILE
18#/vis/open Xo
19#
20# Trajectories: set to 0 if too many
21# alternatively use /dmx/drawTracks [none charged noscint all]
22/tracking/storeTrajectory 1
23#
24#
25# Camera viewpoint
26/vis/drawView  70 -90 0. 0. cm 1.5
27#
28# Add detector to scene
29/vis/drawVolume
30#
31# Flush visualization
32/vis/viewer/update
33#
34#
35# now run macro: gamma.mac, alpha.mac, neutron.mac, sourceAm241.mac
36
37
Note: See TracBrowser for help on using the repository browser.