1  TArrow *arrow = new TArrow(0.1,0.1,0.9,0.1,0.05,"|>");
   arrow->SetFillColor(1);
   arrow->SetFillStyle(1001);
   arrow->SetLineColor(2);
   arrow->SetLineWidth(4);
   arrow->Draw();
所画的箭头的样式是:
A、 B、 C、 D、