Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1951 r2206  
    2828    Float_t       fMm2Deg;
    2929
     30    Int_t PreProcess(MParList *pList);
     31    Int_t Process();
     32
    3033public:
    3134    MPointingCorr(const char *name=NULL, const char *title=NULL,
    3235                  const char *srcname="MSrcPosCam");
    33 
    34     Bool_t PreProcess(MParList *pList);
    35     Bool_t Process();
    36     Bool_t PostProcess();
    3736
    3837    ClassDef(MPointingCorr, 0)   // Task to do the pointing correction
     
    4039
    4140#endif
    42 
    43 
    44 
    45 
    46 
    47 
    48 
    49 
    50 
    51 
    52 
Note: See TracChangeset for help on using the changeset viewer.