Ignore:
Timestamp:
01/27/12 08:42:14 (13 years ago)
Author:
tbretz
Message:
Added virtual functions for reading contents from FITS data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mreport/MReport.h

    r12735 r12776  
    3737
    3838    virtual Bool_t SetupReading(MParList &plist);
    39     virtual Bool_t SetupReadingFits(std::fits &fits) { return kFALSE; }
     39    virtual Bool_t SetupReadingFits(std::fits &fits) { return kTRUE; }
    4040    virtual Int_t  InterpreteBody(TString &str, Int_t ver);
    4141
    4242    Int_t  Interprete(TString &str, const MTime &start, const MTime &stop, const Int_t ver);
    43     virtual Int_t  InterpreteFits(const std::fits &fits) { return kFALSE; }
     43    virtual Int_t  InterpreteFits(const std::fits &fits) { return kTRUE; }
    4444    Bool_t CheckIdentifier(TString &str) const
    4545    {
Note: See TracChangeset for help on using the changeset viewer.