Import Geant4 8.1.0 source tree
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#
|
||||
# Macro file for the initialization phase of "exampleN02.cc"
|
||||
# when runing in interactive mode
|
||||
# Macro file for the initialization phase of "exampleN03.cc"
|
||||
# when running in interactive mode
|
||||
#
|
||||
# Sets some default verbose
|
||||
#
|
||||
/control/verbose 2
|
||||
/control/saveHistory
|
||||
/run/verbose 2
|
||||
#
|
||||
# create empty scene
|
||||
@@ -14,18 +15,35 @@
|
||||
# Create a scene handler for a specific graphics system
|
||||
# (Edit the next line(s) to choose another graphic system)
|
||||
#
|
||||
# Use this open statement to get an .eps and .prim files
|
||||
# suitable for viewing in DAWN.
|
||||
/vis/open DAWNFILE
|
||||
#
|
||||
# Use this open statement instead for OpenGL in immediate mode.
|
||||
/vis/open OGLIX
|
||||
#
|
||||
####/vis/open DAWNFILE
|
||||
# Use this open statement instead to get a HepRep version 1 file
|
||||
# suitable for viewing in WIRED.
|
||||
#/vis/open HepRepFile
|
||||
#
|
||||
# draw scene
|
||||
# Use this open statement instead to get a HepRep version 2 file
|
||||
# suitable for viewing in WIRED.
|
||||
#/vis/open HepRepXML
|
||||
#
|
||||
/vis/viewer/set/viewpointThetaPhi 90 180 deg
|
||||
/vis/viewer/zoom 1.4
|
||||
# Output an empty detector
|
||||
/vis/viewer/flush
|
||||
#
|
||||
# for drawing the tracks
|
||||
# (if too many tracks cause core dump => storeTrajectory 0)
|
||||
#
|
||||
/tracking/storeTrajectory 1
|
||||
/vis/scene/endOfEventAction accumulate
|
||||
|
||||
#
|
||||
# At end of each run, an automatic flush causes graphical output.
|
||||
#/run/beamOn 1
|
||||
# When you exit Geant4, you will find a file called scene-0.heprep.zip.
|
||||
# Unzipping this will give you three separate HepRep files suitable for
|
||||
# viewing in WIRED.
|
||||
# The first file will contain just detector geometry.
|
||||
# The second file will contain the detector plus one event.
|
||||
# The third file will contain the detector plus ten events.
|
||||
|
||||
Reference in New Issue
Block a user