Skip to content
Snippets Groups Projects
user avatar
Rene Brun authored
TTreeViewer::TTreeViewer(const TTree *tree)

This new constructor is called by TTreePlayer::StartViewer.
This new constructor solves a problem reported by Ole Streicher
 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.


git-svn-id: http://root.cern.ch/svn/root/trunk@5286 27541ba8-7e3a-0410-8455-c3a389f83636
538c5dd7
History
Name Last commit Last update
..