| Line |   | 
|---|
| 1 | #ifndef MARS_MSrcPosCorrect
 | 
|---|
| 2 | #define MARS_MSrcPosCorrect
 | 
|---|
| 3 | 
 | 
|---|
| 4 | #ifndef MARS_MTask
 | 
|---|
| 5 | #include "MTask.h"
 | 
|---|
| 6 | #endif
 | 
|---|
| 7 | 
 | 
|---|
| 8 | class MGeomCam;
 | 
|---|
| 9 | class TVector2;
 | 
|---|
| 10 | class MSrcPosCam;
 | 
|---|
| 11 | class MReportStarguider;
 | 
|---|
| 12 | 
 | 
|---|
| 13 | class MSrcPosCorrect : public MTask
 | 
|---|
| 14 | {
 | 
|---|
| 15 | private:
 | 
|---|
| 16 |     MSrcPosCam *fSrcPosCam;   //!
 | 
|---|
| 17 |     MSrcPosCam *fSrcPosAnti;  //!
 | 
|---|
| 18 |     MSrcPosCam *fAxis;        //!
 | 
|---|
| 19 | 
 | 
|---|
| 20 |     MGeomCam   *fGeom;        //!
 | 
|---|
| 21 | 
 | 
|---|
| 22 |     UShort_t fRunType;        //! Run Type to decide where to get pointing position from
 | 
|---|
| 23 |     UInt_t   fRunNumber;
 | 
|---|
| 24 | 
 | 
|---|
| 25 |     // MTask
 | 
|---|
| 26 |     Bool_t ReInit(MParList *pList);
 | 
|---|
| 27 |     Int_t  PreProcess(MParList *pList);
 | 
|---|
| 28 |     Int_t  Process();
 | 
|---|
| 29 | 
 | 
|---|
| 30 | public:
 | 
|---|
| 31 |     MSrcPosCorrect(const char *name=NULL, const char *title=NULL);
 | 
|---|
| 32 | 
 | 
|---|
| 33 |     ClassDef(MSrcPosCorrect, 0) // Corrects MSrcPOsCam for missfocussing
 | 
|---|
| 34 | };
 | 
|---|
| 35 | 
 | 
|---|
| 36 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.