11   print(
"@@", atree.GetPathName(), 
"::", atree.GetTitle())
    12   ntree= atree.GetTreeEntry()
    13   ncommand= atree.GetCommandEntry()
    15   for i 
in range(1, ncommand+1):
    16     icommand= atree.GetCommand(i)
    17     print(
"  **", icommand.GetCommandPath())
    18     print(
"     ", icommand.GetTitle())
    19     x= icommand.GetStateList()
    21     nparameter= icommand.GetParameterEntries()
    22     for j 
in range(0, nparameter):
    23       iparam= icommand.GetParameter(j)
    24       print(
"    +", iparam.GetParameterName(), iparam.GetParameterType())
    26   for i 
in range(1, ntree+1):
    27     itree= atree.GetTree(i)
    33 root_tree= gUImanager.GetTree()
 
void print(G4double elem)