When I create TH1 histo with the same name as
some exisiting hist , it prints
Warning("Build","Replacing existing histogram: %s",GetName());
gDirectory->GetList()->Remove(hold);
that just remove "hold" from dir but doesn't delete "hold"
( as it was in previous versions). Why ???
Best regards. Valery