Changeset 7199 for trunk/MagicSoft/Mars
- Timestamp:
- 07/19/05 11:11:37 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7196 r7199 46 46 * mreport/MReportStarguider.[h,cc]: 47 47 - added GetDevAbs 48 49 * mhist/MHRate.[h,cc]: 50 - added 51 52 * mhist/Makefile, mhist/HistLinkDef.h: 53 - added MHRate 54 55 * mpointing/MHPointing.[h,cc]: 56 - added 57 58 * mpointing/Makefile, mpointing/PointingLinkDef.h: 59 - added MHPointing 48 60 49 61 -
trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.h
r7143 r7199 13 13 MSrcPosCam *fSrcPosCam; 14 14 MSrcPosCam *fSrcPosAnti; 15 MSrcPosCam *fAxis; 15 16 16 17 UShort_t fRunType; //! Run Type to decide where to get pointing position from -
trunk/MagicSoft/Mars/mpointing/Makefile
r7198 r7199 20 20 # 21 21 INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \ 22 -I../mastro -I../mgeom -I../mfileio 22 -I../mastro -I../mgeom -I../mfileio -I../mhbase 23 23 24 24 SRCFILES = MPointing.cc \ -
trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h
r7143 r7199 11 11 #pragma link C++ class MPointingPosInterpolate+; 12 12 13 #pragma link C++ class MHPointing+; 14 13 15 #pragma link C++ class MSrcPosCam+; 14 16 #pragma link C++ class MSrcPosCalc+;
Note:
See TracChangeset
for help on using the changeset viewer.