File indexing completed on 2025-04-04 08:05:04
0001 {
0002
0003 c1 = new TCanvas("c1"," ",0.5, 5, 800, 600);
0004
0005 gtit = hed[ixs] + " Cross Section for " + part[ipart];
0006 hh[ixs] = gPad->DrawFrame(x1[ixs], y1[ixs], x2[ixs], y2[ixs], gtit);
0007 hh[ixs]->GetYaxis()->SetTitle(axtit[1]);
0008 gPad->SetLogy();
0009 if(ixs==0 || ixs==2) hh[ixs]->GetXaxis()->SetTitle(axtit[2]);
0010 else hh[ixs]->GetXaxis()->SetTitle(axtit[0]);
0011
0012 leg[ixs] = new TLegend(0.9, 0.6, 1.1, 0.9);
0013
0014 for(itarg=0; itarg<ntarg; itarg++) {
0015 gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/AddMC.C");
0016 cout << "Target# " << itarg << " max# " << ntarg << endl;
0017 }
0018 cout << "Loop is completed ixs= " << ixs << endl;
0019 leg[ixs]->Draw("SAME");
0020 cout << "Legend is done " << endl;
0021 c1->Update();
0022 c1->Print("a"+filp[ipart] + fil0[ixs] + ".gif");
0023 }