Changeset 17781 for trunk/Mars/mraw/MRawFitsRead.h
- Timestamp:
- 05/05/14 09:51:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mraw/MRawFitsRead.h
r17068 r17781 8 8 #include <vector> 9 9 10 class fits; 10 11 class MRawBoardsFACT; 11 12 … … 33 34 Bool_t LoadMap(const char *name); 34 35 36 const fits *GetFitsFile() const; 37 38 const std::vector<UInt_t> &GetPCTime() const { return fPCTime; } 39 35 40 ClassDef(MRawFitsRead, 0) // Task to read the raw data binary file 36 41 };
Note:
See TracChangeset
for help on using the changeset viewer.