{ int style=3; TGraph *n2 = new TGraph(); n2->SetPoint(0,2-0.5,-500); n2->SetPoint(1,2-0.5,500); n2->SetPoint(2,-500,500); n2->SetPoint(3,-500,-500); n2->SetPoint(4,2+0.5,-500); n2->SetPoint(5,2+0.5,500); n2->SetLineStyle(style); TGraph *n8 = new TGraph(); n8->SetPoint(0,8-0.5,-500); n8->SetPoint(1,8-0.5,500); n8->SetPoint(2,-500,500); n8->SetPoint(3,-500,-500); n8->SetPoint(4,8+0.5,-500); n8->SetPoint(5,8+0.5,500); n8->SetLineStyle(style); TGraph *n20 = new TGraph(); n20->SetPoint(0,20-0.5,-500); n20->SetPoint(1,20-0.5,500); n20->SetPoint(2,-500,500); n20->SetPoint(3,-500,-500); n20->SetPoint(4,20+0.5,-500); n20->SetPoint(5,20+0.5,500); n20->SetLineStyle(style); TGraph *n28 = new TGraph(); n28->SetPoint(0,28-0.5,-500); n28->SetPoint(1,28-0.5,500); n28->SetPoint(2,-500,500); n28->SetPoint(3,-500,-500); n28->SetPoint(4,28+0.5,-500); n28->SetPoint(5,28+0.5,500); n28->SetLineStyle(style); TGraph *n50 = new TGraph(); n50->SetPoint(0,50-0.5,-500); n50->SetPoint(1,50-0.5,500); n50->SetPoint(2,-500,500); n50->SetPoint(3,-500,-500); n50->SetPoint(4,50+0.5,-500); n50->SetPoint(5,50+0.5,500); n50->SetLineStyle(style); TGraph *n82 = new TGraph(); n82->SetPoint(0,82-0.5,-500); n82->SetPoint(1,82-0.5,500); n82->SetPoint(2,-500,500); n82->SetPoint(3,-500,-500); n82->SetPoint(4,82+0.5,-500); n82->SetPoint(5,82+0.5,500); n82->SetLineStyle(style); TGraph *n126 = new TGraph(); n126->SetPoint(0,126-0.5,-500); n126->SetPoint(1,126-0.5,500); n126->SetPoint(2,-500,500); n126->SetPoint(3,-500,-500); n126->SetPoint(4,126+0.5,-500); n126->SetPoint(5,126+0.5,500); n126->SetLineStyle(style); TGraph *z2 = new TGraph(); z2->SetPoint(0,-500,2-0.5); z2->SetPoint(1, 500,2-0.5); z2->SetPoint(2, 500,-500); z2->SetPoint(3,-500,-500); z2->SetPoint(4,-500,2+0.5); z2->SetPoint(5, 500,2+0.5); z2->SetLineStyle(style); TGraph *z8 = new TGraph(); z8->SetPoint(0,-500,8-0.5); z8->SetPoint(1, 500,8-0.5); z8->SetPoint(2, 500,-500); z8->SetPoint(3,-500,-500); z8->SetPoint(4,-500,8+0.5); z8->SetPoint(5, 500,8+0.5); z8->SetLineStyle(style); TGraph *z20 = new TGraph(); z20->SetPoint(0,-500,20-0.5); z20->SetPoint(1, 500,20-0.5); z20->SetPoint(2, 500,-500); z20->SetPoint(3,-500,-500); z20->SetPoint(4,-500,20+0.5); z20->SetPoint(5, 500,20+0.5); z20->SetLineStyle(style); TGraph *z28 = new TGraph(); z28->SetPoint(0,-500,28-0.5); z28->SetPoint(1, 500,28-0.5); z28->SetPoint(2, 500,-500); z28->SetPoint(3,-500,-500); z28->SetPoint(4,-500,28+0.5); z28->SetPoint(5, 500,28+0.5); z28->SetLineStyle(style); TGraph *z50 = new TGraph(); z50->SetPoint(0,-500,50-0.5); z50->SetPoint(1, 500,50-0.5); z50->SetPoint(2, 500,-500); z50->SetPoint(3,-500,-500); z50->SetPoint(4,-500,50+0.5); z50->SetPoint(5, 500,50+0.5); z50->SetLineStyle(style); TGraph *z82 = new TGraph(); z82->SetPoint(0,-500,82-0.5); z82->SetPoint(1, 500,82-0.5); z82->SetPoint(2, 500,-500); z82->SetPoint(3,-500,-500); z82->SetPoint(4,-500,82+0.5); z82->SetPoint(5, 500,82+0.5); z82->SetLineStyle(style); TGraph *z126 = new TGraph(); z126->SetPoint(0,-500,126-0.5); z126->SetPoint(1, 500,126-0.5); z126->SetPoint(2, 500,-500); z126->SetPoint(3,-500,-500); z126->SetPoint(4,-500,126+0.5); z126->SetPoint(5, 500,126+0.5); z126->SetLineStyle(style); }