The example shows how to use the decorators by printing the coordates and radius of every node that has them.
12 print(nh.get_name(), d.get_coordinates())
14 children = nh.get_children()
19 pf = RMF.ParticleFactory(fch)
21 traverse(fch.get_root_node(), pf)