- Timestamp:
- 08/19/04 19:30:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mucm/classes/MExtrapolatePointingPos.h
r4683 r4691 18 18 #endif 19 19 20 #ifndef MARS_MTime 21 #include "MTime.h" 22 #endif 23 20 24 21 25 class MTime; … … 30 34 31 35 TString fFilename; 36 MTime fFirstDriveTime; 37 MTime fLastDriveTime; 32 38 33 39 MTime *fEvtTime; // raw event time … … 43 49 Int_t PreProcess(MParList *pList); 44 50 Int_t Process(); 45 51 Bool_t ReadDriveReport(const TString filename); 46 52 47 53 … … 52 58 ~MExtrapolatePointingPos(); 53 59 54 void ReadDriveReport(const TString filename);55 56 60 57 61 ClassDef(MExtrapolatePointingPos, 1)
Note:
See TracChangeset
for help on using the changeset viewer.