Hi
An Update
This kind of recipe
was not working… Instead this works (my histos are are not located inside a dir rather thatn the top dir
TFile* file = new TFile("myfile.root", "update");
file->Delete("Histo;1");
file->Close();
Cheers
Alex
Hi
An Update
This kind of recipe
was not working… Instead this works (my histos are are not located inside a dir rather thatn the top dir
TFile* file = new TFile("myfile.root", "update");
file->Delete("Histo;1");
file->Close();
Cheers
Alex