[ROOT] How to Rename a Tree's Branch or Leaf?

From: Exaos Lee (schlie@iris.ciae.ac.cn)
Date: Wed Jul 23 2003 - 14:49:07 MEST


Dear Rooter,
I have such a tree -- "kmax_event":
  kmax_event -------- var0
		|
		+--- var1
		|
		+---- ...
		|
		+---- var20
I want to copy branch "var9", "var10", and "var11" to a new tree and 
rename them as "phm", "psdm" and "tofm". Assume the new tree is 
"monitor", then --
  monitor.phm  = kmax_event.var9/8.
  monitor.psdm = kmax_event.var10/8.
  monitor.tofm = kmax_event.var11/4.
How to do that?

Regards.

Exaos



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:13 MET