Ignore:
Timestamp:
01/30/12 16:59:42 (13 years ago)
Author:
tbretz
Message:
In addition to the information whether a drs file exist store also the progress (step) of teh drs calibration for convenience; fixed that trigger type==0 was counted as data-event which is wrong.
File:
1 edited

Legend:

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

    r12619 r12785  
    2525    void WriteFits();
    2626
    27     bool IsDrsCalib() const { return true; }
     27    int GetDrsStep() const { return fData.fStep; }
    2828
    2929public:
Note: See TracChangeset for help on using the changeset viewer.