Changeset 7295 for trunk/MagicSoft/Cosy
- Timestamp:
- 08/18/05 18:52:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tpoint/gui.C
r7263 r7295 13 13 #include <TH1.h> 14 14 #include <TH2.h> 15 #include <TText.h> 15 16 #include <TGraphErrors.h> 16 17 … … 260 261 //view->WCtoNDC(x1, y1); 261 262 262 mark0.DrawMarker( y0[0], y0[1]);263 mark0.DrawMarker(-y0[0], y0[1]); 263 264 //mark1.DrawMarker(y1[0], y1[1]); 264 265 } … … 793 794 gPad->SetTheta(90); 794 795 gPad->SetPhi(90); 795 TH2F h2res1("Res2D1", " Dataset positions on the sky ", 3 2, 0, 360, 10, 0, 90);796 TH2F h2res1("Res2D1", " Dataset positions on the sky ", 36, 0, 360, 8, 0, 90); 796 797 h2res1.SetBit(TH1::kNoStats); 797 798 h2res1.DrawCopy("surf1pol"); … … 800 801 for (int i=0; i<fOriginal.GetSize(); i++) 801 802 DrawSet(gPad, *(Set*)fOriginal.At(i));//, 10./hres1.GetMean()); 803 804 TText text; 805 text.SetTextAlign(22); 806 text.DrawText( 0.00, 0.66, "N"); 807 text.DrawText( 0.66, 0.00, "E"); 808 text.DrawText( 0.00, -0.66, "S"); 809 text.DrawText(-0.66, 0.00, "W"); 802 810 803 811 c1->cd(3);
Note:
See TracChangeset
for help on using the changeset viewer.