Changeset 11605
- Timestamp:
- 07/26/11 11:26:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11583 r11605 813 813 { 814 814 // FIXME: Add a check that we are not too close to noon! 815 const int night = Time().NightAsInt();815 //const int night = Time().NightAsInt(); 816 816 817 817 fRunNumber = 1000; … … 906 906 }; 907 907 908 // FIMXE: Maybe reset an event counter so that the mcp can count events? 909 908 910 fExpectedRuns[fRunNumber] = descr; 909 911 return fRunNumber++; … … 1154 1156 FileHandle_t runOpen(uint32_t runid, RUN_HEAD *h, size_t) 1155 1157 { 1158 fMsg.Info(" ==> TODO: Update run configuration in database!"); 1159 1156 1160 // Check if file already exists... 1157 1161 DataFileImp *file = 0; … … 1233 1237 int runClose(FileHandle_t handler, RUN_TAIL *tail, size_t) 1234 1238 { 1239 fMsg.Info(" ==> TODO: Update run configuration in database!"); 1240 1235 1241 DataFileImp *file = reinterpret_cast<DataFileImp*>(handler); 1236 1242 … … 1417 1423 } 1418 1424 1419 void gotNewRun(int runnr, PEVNT_HEADER * headers)1425 void gotNewRun(int runnr, PEVNT_HEADER */*headers*/) 1420 1426 { 1421 1427 // This function is called even when writing is switched off … … 1600 1606 } 1601 1607 1602 vec[40] = val ? *min : 0xffffffff;1608 vec[40] = val ? *min : 1; 1603 1609 vec[41] = val ? *max : 0; 1604 1610 … … 1666 1672 vector<uint> fNumConnected; 1667 1673 1668 void debugHead(int socket, const FAD::EventHeader &h)1674 void debugHead(int /*socket*/, const FAD::EventHeader &h) 1669 1675 { 1670 1676 const uint16_t id = h.Id();
Note:
See TracChangeset
for help on using the changeset viewer.