Changeset 15355
- Timestamp:
- 04/16/13 10:25:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r15294 r15355 758 758 } 759 759 760 /* 760 761 fFiles.erase(it); 761 762 … … 765 766 766 767 fDimEvents.Update(fNumEvts); 768 */ 767 769 768 770 const bool rc = file->Close(tail); … … 771 773 // Error message 772 774 } 775 776 // Note that this is the signal for the fadctrl to change from 777 // WritingData back to Connected. If this is done too early, 778 // a new run might be started before this is closed. This is 779 // faster, but leads to problems with the DRS calibration 780 // if the system is fast enough to start the new run before 781 // this one has really been closed. 782 fFiles.erase(it); 783 784 fLastClosed = file->GetRunId(); 785 CloseRun(fLastClosed); 786 UpdateRuns(); 787 788 fDimEvents.Update(fNumEvts); 789 773 790 774 791 ostringstream str;
Note:
See TracChangeset
for help on using the changeset viewer.