- Timestamp:
- 03/22/12 14:56:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r12998 r13169 144 144 145 145 ostringstream str; 146 str << "Set next run-number to " << fRunNumber << " determined from " << fPath;146 str << "Set next run-number to " << fRunNumber << " determined from '" << (fPath.empty()?".":fPath) << "'"; 147 147 fMsg.Message(str); 148 148 149 fMsg.Info(" ==> TODO: Crosscheck with database!");149 //fMsg.Info(" ==> TODO: Crosscheck with database!"); 150 150 151 151 return check; … … 282 282 // FIMXE: Maybe reset an event counter so that the mcp can count events? 283 283 284 fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!");284 //fMsg.Info(" ==> TODO: Set a limit on the size of fExpectedRuns!"); 285 285 286 286 fExpectedRuns[fRunNumber] = descr; … … 428 428 429 429 // FIXME: To be removed 430 void SetMode(int mode) const { g_runStat = mode; }430 //void SetMode(int mode) const { g_runStat = mode; } 431 431 432 432 bool IsConnected(int i) const { return gi_NumConnect[i]==7; } … … 574 574 FileHandle_t runOpen(uint32_t runid, RUN_HEAD *h, size_t) 575 575 { 576 fMsg.Info(" ==> TODO: Update run configuration in database!");576 //fMsg.Info(" ==> TODO: Update run configuration in database!"); 577 577 578 578 map<uint32_t,FAD::RunDescription>::iterator it = fExpectedRuns.begin(); … … 690 690 int runClose(FileHandle_t handler, RUN_TAIL *tail, size_t) 691 691 { 692 fMsg.Info(" ==> TODO: Update run configuration in database!");692 //fMsg.Info(" ==> TODO: Update run configuration in database!"); 693 693 694 694 DataProcessorImp *file = reinterpret_cast<DataProcessorImp*>(handler);
Note:
See TracChangeset
for help on using the changeset viewer.