552 TView *view = pad->GetView();
556 cout <<
"No View!" << endl;
563 cout <<
"ERROR - " << fname <<
" not found." << endl;
568 poly.SetLineWidth(2);
569 poly.SetLineColor(12);
570 poly.SetLineStyle(8);
580 sscanf(line.Data(),
"%f %f", &az, &alt);
584 az *= TMath::DegToRad();
587 Double_t x[6] = { zd*cos(az), zd*sin(az), 0, 0, 0, 0};
588 view->WCtoNDC(x, x+3);
589 poly.SetNextPoint(-x[3], x[4]);
592 poly.DrawClone()->SetBit(kCanDelete);