Changeset 3847 for trunk/MagicSoft/Mars/manalysis/MSourcePosfromStarPos.h
- Timestamp:
- 04/27/04 11:17:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MSourcePosfromStarPos.h
r3598 r3847 29 29 class TList; 30 30 class MRawRunHeader; 31 class M McEvt;31 class MPointingPos; 32 32 class MGeomCam; 33 33 class MSrcPosCam; … … 40 40 const MRawRunHeader *fRun; //! 41 41 const MGeomCam *fGeomCam; //! Camera Geometry used to calculate Hillas 42 M McEvt *fMcEvt;//!42 MPointingPos *fPointPos; //! 43 43 MSrcPosCam *fSrcPos; //! 44 44 MObservatory *fObservatory; //!
Note:
See TracChangeset
for help on using the changeset viewer.