Ignore:
Timestamp:
08/19/04 19:30:00 (20 years ago)
Author:
marcos
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mucm/classes/MExtrapolatePointingPos.h

    r4683 r4691  
    1818#endif
    1919
     20#ifndef MARS_MTime
     21#include "MTime.h"
     22#endif
     23
    2024
    2125class MTime;
     
    3034
    3135    TString fFilename;
     36    MTime  fFirstDriveTime;
     37    MTime  fLastDriveTime;
    3238
    3339    MTime  *fEvtTime;            // raw event time
     
    4349    Int_t PreProcess(MParList *pList);
    4450    Int_t Process();
    45    
     51    Bool_t ReadDriveReport(const TString filename);   
    4652
    4753
     
    5258    ~MExtrapolatePointingPos();
    5359
    54     void ReadDriveReport(const TString filename);
    55  
    5660
    5761    ClassDef(MExtrapolatePointingPos, 1) 
Note: See TracChangeset for help on using the changeset viewer.