Changeset 3571
- Timestamp:
- 03/22/04 13:40:06 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
r3568 r3571 782 782 TVector2 s(v->Phi(), v->Theta()); 783 783 if (Convert(rot, s)==kTRUE) 784 DrawStar(s.X(), TMath::Pi()/2-s.Y(), *v, kFALSE);784 DrawStar(s.X(), -(TMath::Pi()/2-s.Y()), *v, kFALSE); 785 785 } 786 786 -
trunk/MagicSoft/Mars/mmain/Makefile
r3440 r3571 24 24 INCLUDES = -I. -I../mbase -I../manalysis -I../mdatacheck -I../mraw \ 25 25 -I../mgui -I../mgeom -I../mhbase -I../mhist -I../mmontecarlo \ 26 -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase \ 27 -I../mdata -I../msignal -I../mcalib -I../mbadpixels 26 -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase \ 27 -I../mdata -I../msignal -I../mcalib -I../mbadpixels \ 28 -I../mpointing 28 29 29 30 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.