{ TFile* fFile; fFile = new TFile("InteractionsII.root","READ"); fFile->ls(); TTree *t; fFile->GetObject("gst", t); t->Print(); TH1F *h = (TH1F *)fFile->FindObject("Br45"); h->Draw(); }