Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/runAndEvent/RE03/vis.mac is written in an unsupported language. File is not indexed.

0001 # Open a viewer
0002 /vis/open
0003 # This opens the default viewer - see examples/basic/B1/vis.mac for a
0004 # more comprehensive overview of options. Also the documentation.
0005 #
0006 # draw scene
0007 /vis/drawVolume worlds
0008 #
0009 /vis/viewer/set/viewpointThetaPhi 105 165 deg
0010 /vis/viewer/zoom 2.0
0011 #
0012 # for drawing the tracks
0013 /vis/scene/endOfEventAction accumulate
0014 /vis/scene/add/trajectories
0015 #
0016 # Un-comment the following line to draw trajectories created in 
0017 # worker threads for the case of sub-event parallel mode.
0018 # Please be cautious of the memory consumption! Do not use this
0019 # with too many events.
0020 ####/control/strdoif {RunMode} == subEventParallel /run/trajectoriesToBeMerged
0021 #
0022 # If too many tracks, /vis/disable before running many events
0023