Changeset 11499 for trunk/FACT++/src
- Timestamp:
- 07/20/11 20:20:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11479 r11499 867 867 map<uint32_t, pair<uint32_t, uint32_t>> fExpectedRuns; 868 868 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 { 874 871 if (maxtime==0) 875 872 maxtime = 24*60*60;
Note:
See TracChangeset
for help on using the changeset viewer.