{ TFile *ff = new TFile("R123.root"); TTree *tt = (TTree*)ff->Get("RawData"); RawData->Draw("xf:xr"); // This will crash root RawData->Draw("xf:xr>>()"); // This will not }