Ignore:
Timestamp:
04/29/04 16:44:48 (20 years ago)
Author:
tonello
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1PointingCorrCalc.h

    r2206 r3892  
    2020class MCT1PointingCorrCalc : public MTask
    2121{
     22public:
     23    typedef enum {
     24        k421,
     25        k1959
     26    } PointedSource_t;
     27
    2228private:
    2329
     
    2632    MParameterD  *fHourAngle;
    2733
     34    PointedSource_t fPoiSource;
    2835    Float_t       fMm2Deg;
    2936
     37    void PointCorr421();
     38    void PointCorr1959();
     39
    3040public:
     41
    3142    MCT1PointingCorrCalc(const char *srcname="MSrcPosCam",
    3243                         const char *name=NULL, const char *title=NULL);
     
    3546    Int_t Process();
    3647
    37     ClassDef(MCT1PointingCorrCalc, 0)   // Task to do the CT1 pointing correction for Mkn421 2001 data
     48    void SetPointedSource(PointedSource_t s) { fPoiSource = s; }
     49 
     50    ClassDef(MCT1PointingCorrCalc, 0)   // Task to do the CT1 pointing correction for Mkn421 2001 data or 1ES1959 2002 data
    3851};
    3952
Note: See TracChangeset for help on using the changeset viewer.