Changeset 7199 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7196 r7199  
    4646   * mreport/MReportStarguider.[h,cc]:
    4747     - 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
    4860
    4961
  • 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
  • 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 \
  • 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.