Ignore:
Timestamp:
04/05/05 13:30:39 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6874 r6912  
    3232    MTime        *fTime;
    3333
     34    UShort_t fRunType;            //! Run Type to decide where to get pointing position from
     35
    3436    Bool_t fIsWobbleMode;
    3537
    3638    // MSrcPosCalc
     39    void     SetSrcPos(TVector2 v) const;
    3740    TVector2 CalcXYinCamera(const MVector3 &pos0, const MVector3 &pos) const;
    3841    TString  GetRaDec(const MPointingPos &pos) const;
     
    4447
    4548    // MTask
    46     Int_t PreProcess(MParList *pList);
    47     Int_t Process();
     49    Bool_t ReInit(MParList *pList);
     50    Int_t  PreProcess(MParList *pList);
     51    Int_t  Process();
    4852
    4953public:
Note: See TracChangeset for help on using the changeset viewer.