Changeset 17394 for trunk


Ignore:
Timestamp:
11/27/13 16:17:31 (11 years ago)
Author:
tbretz
Message:
Increased the interval in which events are selected close to the 5s update interval in smartfact; so more events are scanned and the probability is higher to catch a nice one.
File:
1 edited

Legend:

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

    r17332 r17394  
    10101010
    10111011            // ------------------------- Remove spikes --------------------------------
    1012             DrsCalibrate::RemoveSpikes3(vec.data(), roi);
     1012            DrsCalibrate::RemoveSpikes4(vec.data(), roi);
    10131013
    10141014            // -------------- Update raw data dim sevice (VERY SLOW) -----------------
     
    10341034            // ------------------ Update dim service (statistics) ---------------------
    10351035
    1036             if (fQueueEventData.empty() && now>fLastDimEventData+boost::posix_time::microseconds(3141593))
     1036            if (fQueueEventData.empty() && now>fLastDimEventData+boost::posix_time::milliseconds(4999))
    10371037            {
    10381038                fQueueEventData.emplace(evt.time, evt.trgTyp, evt.trgTyp==0 ? fMaxEvent.second : stats);
Note: See TracChangeset for help on using the changeset viewer.