Moved Tao's code to TaoLEMuSR.

This commit is contained in:
shiroka
2008-03-20 09:23:20 +00:00
parent 58c48f9e21
commit 1ca5ef0575
423 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,145 @@
<html><head><title>Commands in /vis/</title></head>
<body bgcolor="#ffffff"><h2>/vis/</h2><p>
Visualization commands.<br>
<p><hr><p>
<h2>Sub-directories : </h2><dl>
<p><br><p><dt><a href="_vis_ASCIITree_.html">/vis/ASCIITree/</a>
<p><dd>Commands for ASCIITree control.
<p><br><p><dt><a href="_vis_GAGTree_.html">/vis/GAGTree/</a>
<p><dd>Commands for GAGTree control.
<p><br><p><dt><a href="_vis_heprep_.html">/vis/heprep/</a>
<p><dd>HepRep commands.
<p><br><p><dt><a href="_vis_rayTracer_.html">/vis/rayTracer/</a>
<p><dd>RayTracer commands.
<p><br><p><dt><a href="_vis_scene_.html">/vis/scene/</a>
<p><dd>Operations on Geant4 scenes.
<p><br><p><dt><a href="_vis_sceneHandler_.html">/vis/sceneHandler/</a>
<p><dd>Operations on Geant4 scene handlers.
<p><br><p><dt><a href="_vis_viewer_.html">/vis/viewer/</a>
<p><dd>Operations on Geant4 viewers.
</dl><p><hr><p>
<h2>Commands : </h2><dl>
<p><br><p><dt><b>enable [<i>enabled</i>]</b>
<p><dd>
Enables/disables visualization system.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>enabled
<td>type b
<td>Omittable : default value = 1
<td></table>
<p><br><p><dt><b>disable</b>
<p><dd>
Disables visualization system.<br>
<p><dd>Available at all Geant4 states.
<p><br><p><dt><b>verbose [<i>verbosity</i>]</b>
<p><dd>
Simple graded message scheme - digit or string (1st character defines):<br>
0) quiet, // Nothing is printed.<br>
1) startup, // Startup and endup messages are printed...<br>
2) errors, // ...and errors...<br>
3) warnings, // ...and warnings...<br>
4) confirmations, // ...and confirming messages...<br>
5) parameters, // ...and parameters of scenes and views...<br>
6) all // ...and everything available.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>verbosity
<td>type s
<td>Omittable : default value = warnings
<td></table>
<p><br><p><dt><b>drawTree [<i>physical-volume-name</i>] [<i>system</i>]</b>
<p><dd>
(DTREE) Creates a scene consisting of this physical volume and
produces a representation of the geometry hieracrhy.<br>
The scene becomes current.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>physical-volume-name
<td>type s
<td>Omittable : default value = world
<td><tr><td>system
<td>type s
<td>Omittable : default value = ATree
<td></table>
<p><br><p><dt><b>drawView [<i>theta-degrees</i>] [<i>phi-degrees</i>] [<i>pan-right</i>] [<i>pan-up</i>] [<i>pan-unit</i>] [<i>zoom-factor</i>] [<i>dolly</i>] [<i>dolly-unit</i>]</b>
<p><dd>
Draw view from this angle, etc.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>theta-degrees
<td>type d
<td>Omittable : default value = 0
<td><tr><td>phi-degrees
<td>type d
<td>Omittable : default value = 0
<td><tr><td>pan-right
<td>type d
<td>Omittable : default value = 0
<td><tr><td>pan-up
<td>type d
<td>Omittable : default value = 0
<td><tr><td>pan-unit
<td>type s
<td>Omittable : default value = cm
<td><tr><td>zoom-factor
<td>type d
<td>Omittable : default value = 1
<td><tr><td>dolly
<td>type d
<td>Omittable : default value = 0
<td><tr><td>dolly-unit
<td>type s
<td>Omittable : default value = cm
<td></table>
<p><br><p><dt><b>drawVolume [<i>physical-volume-name</i>]</b>
<p><dd>
Creates a scene consisting of this physical volume and asks the
current viewer to draw it.<br>
The scene becomes current.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>physical-volume-name
<td>type s
<td>Omittable : default value = world
<td></table>
<p><br><p><dt><b>open [<i>graphics-system-name</i>] [<i>window-size-hint</i>]</b>
<p><dd>
Creates a scene handler ready for drawing.<br>
The scene handler becomes current (the name is auto-generated).<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>graphics-system-name
<td>type s
<td><td>Parameter candidates : ATree DAWNFILE GAGTree HepRepFile HepRepXML RayTracer VRML1FILE VRML2FILE DAWN OGLIX OGLSX
<tr><td>window-size-hint
<td>type i
<td>Omittable : default value = 600
<td></table>
<p><br><p><dt><b>specify [<i>logical-volume-name</i>] [<i>depth-of-descent</i>] [<i>booleans-flag</i>] [<i>voxels-flag</i>] [<i>readout-flag</i>]</b>
<p><dd>
Draws logical volume with Boolean components, voxels and readout geometry.<br>
Creates a scene consisting of this logical volume and asks the
current viewer to draw it to the specified depth of descent
showing boolean components (if any), voxels (if any)
and readout geometry (if any), under control of the appropriate flag.<br>
Note: voxels are not constructed until start of run - /run/beamOn.<br>
The scene becomes current.<br>
<p><dd>Available at all Geant4 states.
<p><dd>Parameters<table border=1>
<tr><td>logical-volume-name
<td>type s
<td><td><tr><td>depth-of-descent
<td>type i
<td>Omittable : default value = 1
<td><tr><td>booleans-flag
<td>type b
<td>Omittable : default value = 1
<td><tr><td>voxels-flag
<td>type b
<td>Omittable : default value = 1
<td><tr><td>readout-flag
<td>type b
<td>Omittable : default value = 1
<td></table>
</dl></body></html>