Ignore:
Timestamp:
07/09/10 14:24:22 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9070 r9613  
    2020class MMcEvt;
    2121class MMcRunHeader;
     22class MMcCorsikaRunHeader;
    2223
    2324class MSrcPosCalc : public MTask
     
    3536    };
    3637
    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
    4547    MPointingPos *fSourcePos;     //! Source Postion in sky coordinates
    4648    MSrcPosCam   *fSrcPosCam;     //! Output: Source position in the camera
Note: See TracChangeset for help on using the changeset viewer.