[ROOT] problems with file.Close()

From: Jose Caballero (Jose.Caballero@ciemat.es)
Date: Fri Sep 19 2003 - 19:58:17 MEST


hello:


I have the following program


TFile f("filename");
TTree *T = (TTree *) f.Get("treename");
TSelector *s = TSelector::GetSelector("Selector.C+");
T->Process(s);


OK. In the Selector I draw some histograms.

If I terminate my program with

f.Close()

then the last plot is deleted. If I don't include the sentence f.Close() 
the program ends without problems.
Why?

Regards, Jose Caballero.



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:15 MET