[ROOT] How to compare 2 Chains?

From: Elena Vataga (vataga@fnal.gov)
Date: Tue Mar 26 2002 - 17:30:39 MET


Hello rooter!

I have set of files with TTree with I need to compare.
If I make chain:
   TChain chain("mytree");
   chain.Add("file1.root");
   chain.Add("file2.root");

   mytree->Print();

I need to compare it with another chain made from files file3.root and file4.root.
But all files have the same name for TTree - so
how could I distinguish between them?

	Thank you for help,
				Elena



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:47 MET