{ TFile f("hist.root"); TH1F *h1 = (TH1F*)f.Get("hWire_hu_raw"); TH1F *h2 = (TH1F*)f.Get("hWire_hu_decon"); h1->Draw(); h2->Draw("same"); }