Ignore:
Timestamp:
07/20/11 18:03:06 (13 years ago)
Author:
tbretz
Message:
Replaced fPCTime by a two byte buffer and init full time; added StartCell to reading.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFitsRead.h

    r11459 r11490  
    66#endif
    77
     8#include <vector>
     9
    810class MRawFitsRead : public MRawFileRead
    911{
    1012private:
    11     UInt_t  fPCTime; //! Buffer
     13    std::vector<UInt_t> fPCTime; //! Buffer
    1214
    1315    istream *OpenFile(const char *filename);
Note: See TracChangeset for help on using the changeset viewer.