Changeset 13190 for trunk/FACT++


Ignore:
Timestamp:
03/23/12 09:08:48 (13 years ago)
Author:
tbretz
Message:
Propagate max number of events and time correctly as signed int.
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

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

    r13160 r13190  
    10761076        }
    10771077
    1078         const uint32_t runno = StartNewRun(evt.Get<uint64_t>(), evt.Get<uint64_t>(8), *fTargetConfig);
     1078        const uint32_t runno = StartNewRun(evt.Get<int64_t>(), evt.Get<int64_t>(8), *fTargetConfig);
    10791079
    10801080        ostringstream str;
  • trunk/FACT++/src/mcp.cc

    r12808 r13190  
    228228    }
    229229
    230     uint64_t fMaxTime;
    231     uint64_t fNumEvents;
    232     string   fRunType;
     230    int64_t fMaxTime;
     231    int64_t fNumEvents;
     232    string  fRunType;
    233233
    234234    int StartRun(const EventImp &evt)
Note: See TracChangeset for help on using the changeset viewer.