Ignore:
Timestamp:
11/22/11 23:52:11 (13 years ago)
Author:
tbretz
Message:
Implemented writing to the header whether a corresponding drs-calib file should exist.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.h

    r12498 r12619  
    2525    void WriteFits();
    2626
     27    bool IsDrsCalib() const { return true; }
     28
    2729public:
    2830    DataCalib(const std::string &path, uint32_t id, DimDescribedService &dim, MessageImp &imp) : DataWriteFits(path, id, imp), fDim(dim)
Note: See TracChangeset for help on using the changeset viewer.