{ //=========Macro generated from canvas: hz/e+e- -> ffbar //========= (Tue Jun 5 11:28:16 2001) by ROOT version2.25/03 TCanvas *hz = new TCanvas("hz", "e+e- -> ffbar",625,33,398,299); hz->Range(0,0,90,60); hz->SetFillColor(19); hz->SetBorderSize(2); TLine *line = new TLine(10,10,30,30); line->SetLineWidth(3); line->Draw(); line = new TLine(10,50,30,30); line->SetLineWidth(3); line->Draw(); TLatex *tex = new TLatex(7,6,"e^{-}"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); tex = new TLatex(7,55,"e^{+}"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); TCurlyLine *curlyline = new TCurlyLine(30,30,55,30,0.05,0.02); curlyline->SetWavy(); curlyline->SetLineWidth(3); curlyline->Draw(); tex = new TLatex(42.5,25,"Z^{0}"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); TArc *arc = new TArc(42.5,30,8,0,180); arc->SetLineStyle(2); arc->SetLineWidth(3); arc->Draw(); tex = new TLatex(42.5,42,"H^{0}"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); line = new TLine(55,30,75,10); line->SetLineWidth(3); line->Draw(); line = new TLine(55,30,75,50); line->SetLineWidth(3); line->Draw(); tex = new TLatex(80,6,"f"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); tex = new TLatex(80,55,"#bar{f}"); tex->SetTextAlign(22); tex->SetTextSize(0.1); tex->SetLineWidth(2); tex->Draw(); hz->Modified(); hz->cd(); }