Ignore:
Timestamp:
07/19/05 11:11:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.h

    r7143 r7199  
    1313    MSrcPosCam   *fSrcPosCam;
    1414    MSrcPosCam   *fSrcPosAnti;
     15    MSrcPosCam   *fAxis;
    1516
    1617    UShort_t fRunType;            //! Run Type to decide where to get pointing position from
  • TabularUnified trunk/MagicSoft/Mars/mpointing/Makefile

    r7198 r7199  
    2020#
    2121INCLUDES = -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
    2323
    2424SRCFILES = MPointing.cc \
  • TabularUnified trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h

    r7143 r7199  
    1111#pragma link C++ class MPointingPosInterpolate+;
    1212
     13#pragma link C++ class MHPointing+;
     14
    1315#pragma link C++ class MSrcPosCam+;
    1416#pragma link C++ class MSrcPosCalc+;
Note: See TracChangeset for help on using the changeset viewer.