Hi everybody
I want to delete a TDirectory including theTH1F histograms (it contains)
from my ROOT file. I tried :
TDirectory *mydir = (TDirectory *) myfile->Get("dirname");
mydir->Delete("*;*");
But it doesn't work.
Does anyone have a clue?
Thanks
Jens
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:49 MET