void elread() { TChain* t = new TChain("g2pi", "hi"); t->AddFile("in.root"); t->SetEntryListFile("in_elist.root/elist"); t->Draw("gtpe"); }