how do I print a

From: Simon George (george@ppu1.ph.rhbnc.ac.uk)
Date: Mon Feb 01 1999 - 14:10:50 MET


I have a couple of ntuples in the same format, which I have converted to
root files with h2root. I want to chain them together, so I do: 

TChain* chain = new TChain("T2GL/h1202"); // ntuple was 1202 in T2GL.
chain->Add("file1.root");
chain->Add("file2.root");

Now, if I do `chain->Print()' I get the same as `chain->ls()' - just the
names of the files in the chain.  How can the equivalent of hbook's
nt/print for the chain?

Thanks,
Simon

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^ Simon George, Royal Holloway and Bedford New College, University of London ^
^ Email S.George@rhbnc.ac.uk   Tel. +44 1784 443 460   Fax. +44 1784 472 794 ^
^                                                                            ^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:28 MET