Ignore:
Timestamp:
11/24/11 15:45:29 (13 years ago)
Author:
tbretz
Message:
Initialize the trigger counters to zero.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataWriteFits.cc

    r12619 r12634  
    184184    fTstart[0] = 0;
    185185    fTstop[0]  = 0;
     186
     187    memset(fTriggerCounter.data(), 0, fTriggerCounter.size()*sizeof(uint32_t));
    186188
    187189    //Last but not least, add header keys that will be updated when closing the file
Note: See TracChangeset for help on using the changeset viewer.