Changeset 9613 for trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.h
- Timestamp:
- 07/09/10 14:24:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.h
r9070 r9613 20 20 class MMcEvt; 21 21 class MMcRunHeader; 22 class MMcCorsikaRunHeader; 22 23 23 24 class MSrcPosCalc : public MTask … … 35 36 }; 36 37 37 const MObservatory *fObservatory; //! Observatory location 38 const MPointingPos *fPointPos; //! Present pointing position of the telescope in Zd/Az 39 const MPointingDev *fDeviation; //! Deviation calculated from starguider data 40 const MMcEvt *fMcEvt; //! Possible input of shower position from MC 41 const MMcRunHeader *fMcHeader; //! Monte Carlo run header needed for correct wobble position 42 const MGeomCam *fGeom; //! Camera geomety 43 const MTime *fTime; //! Time of the current event 44 const MTaskList *fCallback; //! Callback function to get the number of the cycle 38 const MObservatory *fObservatory; //! Observatory location 39 const MPointingPos *fPointPos; //! Present pointing position of the telescope in Zd/Az 40 const MPointingDev *fDeviation; //! Deviation calculated from starguider data 41 const MMcEvt *fMcEvt; //! Possible input of shower position from MC 42 const MMcRunHeader *fMcHeader; //! Monte Carlo run header needed for correct wobble position 43 const MMcCorsikaRunHeader *fMcCorsika; //! Monte Carlo run header needed to determine view cone option 44 const MGeomCam *fGeom; //! Camera geomety 45 const MTime *fTime; //! Time of the current event 46 const MTaskList *fCallback; //! Callback function to get the number of the cycle 45 47 MPointingPos *fSourcePos; //! Source Postion in sky coordinates 46 48 MSrcPosCam *fSrcPosCam; //! Output: Source position in the camera
Note:
See TracChangeset
for help on using the changeset viewer.