Changeset 13190 for trunk/FACT++
- Timestamp:
- 03/23/12 09:08:48 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r13160 r13190 1076 1076 } 1077 1077 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); 1079 1079 1080 1080 ostringstream str; -
trunk/FACT++/src/mcp.cc
r12808 r13190 228 228 } 229 229 230 uint64_t fMaxTime;231 uint64_t fNumEvents;232 string 230 int64_t fMaxTime; 231 int64_t fNumEvents; 232 string fRunType; 233 233 234 234 int StartRun(const EventImp &evt)
Note:
See TracChangeset
for help on using the changeset viewer.