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 # Set specific color for identification
0011 ###/vis/geometry/set/colour Calor-AP_LayerLog ! yellow
0012 ###/vis/geometry/set/colour Calor-BP_LayerLog ! yellow
0013 ###/vis/geometry/set/colour Calor-CP_LayerLog ! yellow
0014 /vis/viewer/zoom 2.0
0015 ##############/vis/viewer/flush
0016 #
0017 # for drawing the tracks
0018 /vis/scene/endOfEventAction accumulate
0019 /vis/scene/add/trajectories
0020 # If too many tracks, /vis/disable before running many events
0021