Changeset 4685 for trunk/MagicSoft/Mars/mtemp/MFindStars.h
- Timestamp:
- 08/19/04 10:27:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/MFindStars.h
r4546 r4685 27 27 class MTime; 28 28 class MReportDrive; 29 class MStar LocalCam;30 class MStar LocalPos;29 class MStarCam; 30 class MStarPos; 31 31 32 32 class MFindStars : public MTask … … 39 39 MTime *fTimeCurr; 40 40 MReportDrive *fDrive; 41 MStar LocalCam *fStars;41 MStarCam *fStars; 42 42 43 43 MAstroCamera fAstro; … … 74 74 Bool_t DCPedestalCalc(); 75 75 Bool_t FindPixelWithMaxDC(Float_t &maxDC, MGeomPix &maxPix); 76 Bool_t FindStar(MStar LocalPos* star);77 Bool_t ShadowStar(MStar LocalPos* star);76 Bool_t FindStar(MStarPos* star); 77 Bool_t ShadowStar(MStarPos* star); 78 78 79 79 TString fGeometryFile;
Note:
See TracChangeset
for help on using the changeset viewer.