Commit in lcsim/src/org/lcsim/contrib/LeiXia on MAIN
rms90_order.java+2-11.2 -> 1.3


lcsim/src/org/lcsim/contrib/LeiXia
rms90_order.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- rms90_order.java	29 Sep 2006 20:54:13 -0000	1.2
+++ rms90_order.java	29 Nov 2006 21:13:59 -0000	1.3
@@ -15,7 +15,8 @@
        ITree aidaMasterTree = (ITree) ((Studio) Application.getApplication()).getLookup().lookup(ITree.class);
        
 // here, put in the full path of the 1D cloud that contains your PFA result
-       ICloud1D InputCloud = (ICloud1D) aidaMasterTree.find("/rpc_PFA_np_hmx_006_dev2.aida/E_ppfa: barrel events 1");
+       ICloud1D InputCloud = (ICloud1D) aidaMasterTree.find("/rpc_PFA_np_hmx_ilc090_g2_5k.aida/All cluser energy (corr)");
+//       ICloud1D InputCloud = (ICloud1D) aidaMasterTree.find("/tree-0/PFA: all events (E over P correction)");
        int Entry = InputCloud.entries();
        
        ICloud2D test = hf.createCloud2D("test: rms");
CVSspam 0.2.8