< 10: - does not print daughters of repeated placements, does not repeat replicas.
>= 10: prints all physical volumes.
The level of detail is given by the units (verbosity%10):
>= 0: prints physical volume name.
>= 1: prints logical volume name (and names of sensitive detector and readout geometry, if any).
>= 2: prints solid name and type.
>= 3: prints volume and density.
>= 4: prints mass of each top physical volume in scene to depth specified.
>= 5: prints mass of branch at each volume (can be time consuming).
Note: by default, culling is switched off so all volumes are seen.
Note: the mass calculation takes into account daughters, normally to unlimited depth, which can be time consuuming. If you want the mass of a particular subtree to a particular depth:
/vis/open ATree
/vis/ASCIITree/verbose 14
/vis/scene/create
/vis/scene/add/volume <subtree-physical-volume> ! <depth>
/vis/sceneHandler/attach
/vis/viewer/flush