{ TFile f0("o1.root"); TFile f1("o2.root"); TNtuple* B2Lc = (TNtuple*)f0.Get("B2Lc")->Clone(); B2Lc->GetEntry(0); }