Ignore:
Timestamp:
03/01/06 17:20:33 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h

    r7206 r7553  
    5151        fName  = "MPointingDevCalc";
    5252        fTitle = "Task calculating the pointing deviation";
     53
     54        AddToBranchList("MReportStarguider.*");
    5355    }
    5456
  • trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.h

    r7205 r7553  
    1717    MPointingPos *fPosition; //! Output container to store pointing position
    1818
    19     UShort_t fRunType;            //! Run Type to decide where to get pointing position from
     19    UShort_t fRunType;       //! Run Type to decide where to get pointing position from
    2020
    2121    Bool_t ReInit(MParList *plist);
     
    2828        fName  = "MPointingPosCalc";
    2929        fTitle = "Task calculating the pointing position";
     30
     31        AddToBranchList("MReportDrive.*");
     32        AddToBranchList("MMcEvt.*");
    3033    }
    3134
  • trunk/MagicSoft/Mars/mpointing/Makefile

    r7202 r7553  
    2929           MPointingPosInterpolate.cc \
    3030           MHPointing.cc \
     31           MHSrcPosCam.cc \
    3132           MSrcPosCam.cc \
    3233           MSrcPosCalc.cc \
  • trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h

    r7202 r7553  
    1515
    1616#pragma link C++ class MHPointing+;
     17#pragma link C++ class MHSrcPosCam+;
    1718
    1819#pragma link C++ class MSrcPosCam+;
Note: See TracChangeset for help on using the changeset viewer.