void histo2() { TFile *f1 = TFile::Open("file05.root", "READ"); TH1F* h1 = (TH1F*)f1->Get("h_mcvtx_muon;2/__ptr_/h_mcvtx_muon"); h1->Draw("hist"); f1->Close(); }