Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -1,36 +1,25 @@
|
||||
#
|
||||
# Macro file for A01app
|
||||
#
|
||||
# Set verbosity
|
||||
#
|
||||
/control/verbose 2
|
||||
# /vis/verbose confirmations
|
||||
#
|
||||
# Create a scene handler and viewer for HepRep
|
||||
#
|
||||
/vis/open HepRepFile
|
||||
#/vis/open DAWNFILE
|
||||
#
|
||||
# Create a new empty scene
|
||||
# Draw detector
|
||||
#
|
||||
/vis/scene/create
|
||||
#
|
||||
# Declare that the world volume should be added to the scene
|
||||
#
|
||||
/vis/scene/add/volume
|
||||
#
|
||||
# Attach scene to scenehandler
|
||||
#
|
||||
/vis/sceneHandler/attach
|
||||
#
|
||||
# Draw a picture that has just the detector (no trajectories or hits).
|
||||
#
|
||||
/vis/viewer/flush
|
||||
/vis/drawVolume
|
||||
#
|
||||
# Declare that trajectories and hits should be added to the scene
|
||||
#
|
||||
/vis/scene/add/trajectories
|
||||
/vis/scene/add/hits
|
||||
#
|
||||
# Store particle trajactories for visualisation
|
||||
#
|
||||
/tracking/storeTrajectory 1
|
||||
#
|
||||
# Execute the visualization via the /vis/viewer/flush that comes
|
||||
# automatically at the end of each /run.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user