/vis/ASCIITree/

Commands for ASCIITree control.

Sub-directories

/vis/ASCIITree/set/Settings for ASCIITree control.

Commands

verbose

verbose [verbosity]

< 10: notifies but does not print details of repeated volumes.
>= 10: prints all physical volumes (touchables).
The level of detail is given by verbosity%10:
>= 0: physical volume name.
>= 1: logical volume name (and names of sensitive detector and readout geometry, if any).
>= 2: solid name and type.
>= 3: volume and density.
>= 5: daughter-subtracted volume and mass.
>= 6: physical volume dump.
>= 7: polyhedron dump.
and in the summary at the end of printing:
>= 4: daughter-included mass of top physical volume(s) in scene to depth specified.
Note: by default, culling is switched off so all volumes are seen.
Note: the mass calculation takes into account daughters, which can be time consuming. If you want the mass of a particular subtree try:
/vis/drawTree <subtree-physical-volume-name>
Or if you want more control, for example:
/vis/open ATree
/vis/ASCIITree/verbose 14
/vis/scene/create
/vis/scene/add/volume <subtree-physical-volume-name> ! <depth>
/vis/sceneHandler/attach
/vis/viewer/flush
Note: dumping the physical volumes produces a lot of output. It is advisable to select the volume of interest, as for a sub-tree above.

Available at all Geant4 states.

Parameters
verbosity type i Omittable : default value = 1