Names of TGeoNode

Hello,

when I add a node to a volume with the AddNode method, the new node is automatically named to _. I would like to re-name the nodes to my convenience, using the TGeoNode::SetName method (of course ensuring that the node name is unique within the mother volume). Does this screw up the navigation of TGeo in some way, or are there other reasons not to do so?

Best regards,

Volker

Hi,

This should be safe, node names are not used for navigation.

Regards,