To read a file

Hi,

I have a data file with two columns, each column has 1000 data. I want to load the file on ROOT to make a graphic, but I don’t know how to do…

I would like your help

Thanks,

Manuel

TGraph *g = new TGraph("filename.dat"); g->Draw("al*");
Rene