Changeset 6081


Ignore:
Timestamp:
01/28/05 11:48:11 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
2 edited

Legend:

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

    r6076 r6081  
    7777#include "MPointingPos.h"
    7878#include "MGeomCam.h"
     79#include "MVector3.h"
    7980
    8081ClassImp(MSrcPosCalc);
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.h

    r3666 r6081  
    66#endif
    77
     8#ifndef ROOT_TVector2
     9#include <TVector2.h>
     10#endif
     11
    812class MObservatory;
    913class MPointingPos;
     
    1115class MGeomCam;
    1216class MTime;
     17class MVector3;
    1318
    1419class MSrcPosCalc : public MTask
     
    1722    MObservatory *fObservatory;
    1823    MPointingPos *fPointPos;
    19     MSrcPosCam   *fSrcPos;
     24    MPointingPos *fSourcePos;
     25    MSrcPosCam   *fSrcPosCam;
    2026    MGeomCam     *fGeom;
    2127    MTime        *fTime;
     
    2733    Double_t fY;    // [deg] y-position of source
    2834
     35    TVector2 CalcXYinCamera(const MVector3 &pos0, const MVector3 &pos) const;
     36
    2937    Int_t PreProcess(MParList *pList);
    3038    Int_t Process();
    31     Bool_t ReInit(MParList *pList);
    3239
    3340public:
Note: See TracChangeset for help on using the changeset viewer.