{ Int_t np = 100; TFile *fdata; fdata = new TFile("/twist/tw00y/systematics/data/set2/anal9/set2anal9_nxc.root"); Double_t p[np]; Double_t costh[np]; Double_t negcosth[np]; for(ip=0;ipSetLineWidth(3); gtrneg->SetLineWidth(3); gzpos->SetLineWidth(3); gzneg->SetLineWidth(3); gcos5->SetLineWidth(3); gcos5neg->SetLineWidth(3); gcos85->SetLineWidth(3); gcos85neg->SetLineWidth(3); ghighp->SetLineWidth(3); ghighpneg->SetLineWidth(3); h0225->SetStats(kFALSE); h0225->SetTitle(""); h0225->GetXaxis()->SetTitle("Momentum (MeV/c)"); h0225->GetXaxis()->CenterTitle(); h0225->GetYaxis()->SetTitle("cos#theta"); h0225->GetYaxis()->CenterTitle(); h0225->GetYaxis()->SetTitleOffset(1.1); gStyle->SetPalette(1); TCanvas *cfid; cfid = new TCanvas("cfid","fiducial",400,400); cfid->SetFillColor(0); cfid->SetBorderSize(0.0); cfid->SetBorderMode(0.0); cfid->SetTopMargin(0.02); cfid->SetRightMargin(0.02); h0225->Draw("col"); gtrpos->Draw(); gtrneg->Draw(); gzpos->Draw(); gzneg->Draw(); gcos5->Draw(); gcos5neg->Draw(); gcos85->Draw(); gcos85neg->Draw(); ghighp->Draw(); ghighpneg->Draw(); }