Changeset 17782


Ignore:
Timestamp:
05/05/14 09:52:09 (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.cc

    r17165 r17782  
    7171}
    7272
     73const fits *MRawFitsRead::GetFitsFile() const
     74{
     75    return static_cast<const fits*>(GetStream());
     76}
     77
    7378Int_t MRawFitsRead::PreProcess(MParList *pList)
    7479{
Note: See TracChangeset for help on using the changeset viewer.