Changeset 11531
- Timestamp:
- 07/22/11 08:48:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r11498 r11531 586 586 return fEventHeader==fBufEventHeader && identical; 587 587 } 588 589 const FAD::EventHeader &GetConfiguration() const { return fBufEventHeader; } 588 590 }; 589 591 … … 1075 1077 } 1076 1078 1077 const uint32_t runno = StartNewRun(evt.Get<uint64_t>(), evt.Get<uint64_t>(8) );1079 const uint32_t runno = StartNewRun(evt.Get<uint64_t>(), evt.Get<uint64_t>(8), fTargetConfig->second); 1078 1080 1079 1081 ostringstream str;
Note:
See TracChangeset
for help on using the changeset viewer.