Ignore:
Timestamp:
11/21/13 17:14:09 (11 years ago)
Author:
tbretz
Message:
Removed trigger counter - this is now done globally; adapted function calls to get access to the new information.
File:
1 edited

Legend:

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

    r17266 r17329  
    2020
    2121    void WriteHeader(const RUN_HEAD &h, const FAD::RunDescription &d);
    22     void WriteFooter(const RUN_TAIL *rt);
     22    void WriteFooter();
    2323
    2424    virtual int GetDrsStep() const { return -1; }
     
    2929
    3030    bool Open(const RUN_HEAD &h, const FAD::RunDescription &d);
    31     bool WriteEvt(const EVENT &e);
    32     bool Close(const RUN_TAIL *rt = 0);
     31    bool WriteEvt(const EVT_CTRL2 &e);
     32    bool Close(const EVT_CTRL2 &);
    3333
    3434    Time GetTstart() const { return Time(fTstart[0], fTstart[1]); }
Note: See TracChangeset for help on using the changeset viewer.