[ROOT] Problems with second TFile

From: Ole Streicher (ole@ifh.de)
Date: Fri Sep 13 2002 - 19:54:39 MEST


Hi!

When I do the following:

 TFile *f = new TFile("Header.root")
 TTree *p = f->Get("Physics");
 p->StartViewer()
 TFile *g = new TFile("Tracker.root")
 p->StartViewer()

the second viewer doesn't show any members while the first does.

Is there something wrong with mye code?

Ole



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