Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/xray_TESdetector/vis.mac is written in an unsupported language. File is not indexed.

0001 # Macro file for the visualization for the Xray_TESdetector
0002 #
0003 # Open a viewer
0004 /vis/open
0005 # This opens the default viewer - see examples/basic/B1/vis.mac for a
0006 # more comprehensive overview of options. Also the documentation.
0007 #
0008 # Draw geometry
0009 /vis/drawVolume
0010 #
0011 # Specify style
0012 /vis/viewer/set/style wireframe
0013 /vis/viewer/set/auxiliaryEdge true
0014 /vis/viewer/set/lineSegmentsPerCircle 100
0015 #
0016 # Draw all trajectories for a given run
0017 /vis/scene/add/trajectories smooth
0018 #/vis/modeling/trajectories/create/drawByCharge
0019 #/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
0020 #/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
0021 #/vis/scene/endOfEventAction accumulate
0022 #
0023 # Set analysis file name
0024 /analysis/setFileName output.root
0025 #
0026 # Make the "World" box invisible
0027 /vis/geometry/set/visibility World 0 false