Changeset 7199 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 07/19/05 11:11:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.