Changeset 6081 for trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.h
- Timestamp:
- 01/28/05 11:48:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.h
r3666 r6081 6 6 #endif 7 7 8 #ifndef ROOT_TVector2 9 #include <TVector2.h> 10 #endif 11 8 12 class MObservatory; 9 13 class MPointingPos; … … 11 15 class MGeomCam; 12 16 class MTime; 17 class MVector3; 13 18 14 19 class MSrcPosCalc : public MTask … … 17 22 MObservatory *fObservatory; 18 23 MPointingPos *fPointPos; 19 MSrcPosCam *fSrcPos; 24 MPointingPos *fSourcePos; 25 MSrcPosCam *fSrcPosCam; 20 26 MGeomCam *fGeom; 21 27 MTime *fTime; … … 27 33 Double_t fY; // [deg] y-position of source 28 34 35 TVector2 CalcXYinCamera(const MVector3 &pos0, const MVector3 &pos) const; 36 29 37 Int_t PreProcess(MParList *pList); 30 38 Int_t Process(); 31 Bool_t ReInit(MParList *pList);32 39 33 40 public:
Note:
See TracChangeset
for help on using the changeset viewer.