{ TFile *MyFile = new TFile("fd.root","READ"); MyFile->ls(); TTree *NtpSt = (TTree*) MyFile->Get("NtpSt"); NtpSt->Print(); }