Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# Macro file for the visualization setting for the initialization phase
|
||||
# of "exampleN03.cc" when running in interactive mode
|
||||
#
|
||||
|
||||
# Use this open statement to open selected visualization
|
||||
/vis/open OGL 600x600-0+0
|
||||
#/vis/open OIX
|
||||
#/vis/open DAWNFILE
|
||||
#/vis/open HepRepFile
|
||||
#/vis/open VRML2FILE
|
||||
|
||||
# Disable auto refresh and quieten vis messages whilst scene and
|
||||
# trajectories are established:
|
||||
/vis/viewer/set/autoRefresh false
|
||||
/vis/verbose errors
|
||||
|
||||
# Draw geometry:
|
||||
/vis/drawVolume
|
||||
|
||||
# Specify view angle:
|
||||
#/vis/viewer/set/viewpointThetaPhi 90. 180.
|
||||
|
||||
# Specify zoom value:
|
||||
/vis/viewer/zoom 1.4
|
||||
|
||||
# Specify style (surface or wireframe):
|
||||
#/vis/viewer/set/style wireframe
|
||||
|
||||
# Draw coordinate axes:
|
||||
#/vis/scene/add/axes 0 0 0 1 m
|
||||
|
||||
# Draw smooth trajectories at end of event, showing trajectory points
|
||||
# as markers 2 pixels wide:
|
||||
/vis/scene/add/trajectories smooth
|
||||
/vis/modeling/trajectories/create/drawByCharge
|
||||
/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
|
||||
/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 1
|
||||
# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
|
||||
#
|
||||
# Draw hits at end of event:
|
||||
#/vis/scene/add/hits
|
||||
|
||||
# To superimpose all of the events from a given run:
|
||||
/vis/scene/endOfEventAction accumulate
|
||||
|
||||
# Re-establish auto refreshing and verbosity:
|
||||
/vis/viewer/set/autoRefresh true
|
||||
/vis/verbose warnings
|
||||
|
||||
# For file-based drivers, use this to create an empty detector view:
|
||||
#/vis/viewer/flush
|
||||
Reference in New Issue
Block a user