{ TGraph *gp1 = new TGraph ("221.8MeVzM10_Exp.txt"); TGraph *gp2 = new TGraph ("221.8MeVzM10_MC.txt"); gp1->Draw("al"); gp2->Draw("same*"); }