Changeset 17781 for trunk/Mars/mraw


Ignore:
Timestamp:
05/05/14 09:51:45 (10 years ago)
Author:
tbretz
Message:
Added a possibility to access the Fits Stream and the PCTime in a constant manner
File:
1 edited

Legend:

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

    r17068 r17781  
    88#include <vector>
    99
     10class fits;
    1011class MRawBoardsFACT;
    1112
     
    3334    Bool_t LoadMap(const char *name);
    3435
     36    const fits *GetFitsFile() const;
     37
     38    const std::vector<UInt_t> &GetPCTime() const { return fPCTime; }
     39
    3540    ClassDef(MRawFitsRead, 0)   // Task to read the raw data binary file
    3641};
Note: See TracChangeset for help on using the changeset viewer.