TGraph *loadData() { double x[0]=1, y[0]=1; TGraph *gr1 = new TGraph(1,x,y); return gr1; }