- Timestamp:
- 08/19/04 20:15:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mucm/classes/MExtrapolatePointingPos.h
r4691 r4692 4 4 #ifndef MARS_MTask 5 5 #include "MTask.h" 6 #endif7 8 #ifndef ROOT_TArrayF9 #include <TArrayF.h>10 6 #endif 11 7 … … 46 42 TSpline3* fSplineDec; // Dec vs. time 47 43 44 Bool_t fError; // Flag indicating that error ocurred in Proccess 48 45 49 46 Int_t PreProcess(MParList *pList); 50 47 Int_t Process(); 48 Int_t PostProcess(); 51 49 Bool_t ReadDriveReport(const TString filename); 52 50
Note:
See TracChangeset
for help on using the changeset viewer.