source: trunk/documents/UserDoc/DocBookUsersGuides/IntroductionToGeant4/xml/AllResources/.ls/_vis_ASCIITree_.html @ 1222

Last change on this file since 1222 was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 1.6 KB
Line 
1<html><head><title>Commands in /vis/ASCIITree/</title></head>
2<body bgcolor="#ffffff"><h2>/vis/ASCIITree/</h2><p>
3Commands for ASCIITree control.<br>
4<p><hr><p>
5<h2>Sub-directories : </h2><dl>
6<p><br><p><dt><a href="_vis_ASCIITree_set_.html">/vis/ASCIITree/set/</a>
7<p><dd>Settings for ASCIITree control.
8</dl><p><hr><p>
9<h2>Commands : </h2><dl>
10<p><br><p><dt><b>verbose [<i>verbosity</i>]</b>
11<p><dd>
12  &lt;  10: - does not print daughters of repeated placements, does not repeat replicas.<br>
13  &gt;= 10: prints all physical volumes.<br>
14The level of detail is given by verbosity%10:<br>
15for each volume:<br>
16  &gt;=  0: physical volume name.<br>
17  &gt;=  1: logical volume name (and names of sensitive detector and readout geometry, if any).<br>
18  &gt;=  2: solid name and type.<br>
19  &gt;=  3: volume and density.<br>
20  &gt;=  5: daughter-subtracted volume and mass.<br>
21and in the summary at the end of printing:<br>
22  &gt;=  4: daughter-included mass of top physical volume(s) in scene to depth specified.<br>
23Note: by default, culling is switched off so all volumes are seen.<br>
24Note: the mass calculation takes into account daughters, which can be time consuming.  If you want the mass of a particular subtree to a particular depth:<br>
25  /vis/open ATree<br>
26  /vis/ASCIITree/verbose 14<br>
27  /vis/scene/create<br>
28  /vis/scene/add/volume &lt;subtree-physical-volume&gt; ! &lt;depth&gt;<br>
29  /vis/sceneHandler/attach<br>
30  /vis/viewer/flush<br>
31<p><dd>Available at all Geant4 states.
32<p><dd>Parameters<table border=1>
33<tr><td>verbosity
34<td>type i
35<td>Omittable : default value = 0
36<td></table>
37</dl></body></html>
Note: See TracBrowser for help on using the repository browser.