Changeset 11499 for trunk


Ignore:
Timestamp:
07/20/11 20:20:52 (13 years ago)
Author:
tbretz
Message:
Propagate the maximum number of events and the maximum run-type together with the run-type when configuring/starting a run.
File:
1 edited

Legend:

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

    r11479 r11499  
    867867    map<uint32_t, pair<uint32_t, uint32_t>> fExpectedRuns;
    868868
    869     uint32_t StartNewRun()
    870     {
    871         uint32_t maxtime = 0;
    872         uint32_t maxevt  = 0;
    873 
     869    uint32_t StartNewRun(int64_t maxtime, int64_t maxevt)
     870    {
    874871        if (maxtime==0)
    875872            maxtime = 24*60*60;
Note: See TracChangeset for help on using the changeset viewer.